body{
	font-family: Verdana;
	font-size: x-small;
}



#menu a{
color: blue;
text-decoration: none;
}

#menu a:hover{
color: blue;
text-decoration: underline;
}

#menu{
	font-weight: normal;
}

#joblist td, #joblist td{
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	
}

#joblist th{
	background-color: #ccc;
}

#joblist a, #joblist a:visited{
color: blue;
text-decoration: none;
}

#joblist a:hover{
color: blue;
text-decoration: underline;
}

