﻿body 
{
	font-family: Times New Roman, Verdana;
	color: black;
	background-color:#0066ff;
		
}

a:link {color: #FF0000; text-decoration:none}     /* unvisited link */
a:visited {color: #00FF00;text-decoration:none}  /* visited link */
a:hover {color: #FF00FF; text-decoration:none}   /* mouse over link */
a:active {color: #0000FF; text-decoration:none}   /* selected link */

.heading
{
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
}

.details
{
	font-size: 16px;
}

.jobH
{
	Font-family: Times New Roman;
	font-size: 18px;
	font-weight:bold;
}

.jobdetail
{
	Font-family: Times New Roman;
	font-size: 18px;
}


.topmenu
{
	font-family: Arial;
	font-size:14px;
	text-decoration:none;
}
	
.topmenu A {color: #FF8000;Text-decoration:none}     /* unvisited link */
.topmenu A: link {color: #FF8000;Text-decoration:none}     /* unvisited link */
.topmenu A:visited {color: #FF8000; text-decoration: none}  /* visited link */
.topmenu A:hover {color: #FF8000; text-decoration:none; color: black; background-color: #cccccc}   /* mouse over link */
.topmenu A:active {color: #FF8000;text-decoration:none}   /* selected link */

.footer
{
	font-size: 12px;
	color: black;
}
