.joblist {
 	border-style: solid;
 	border-color: #0C4577;
 	border-width: 1px;
 	color: black;
 }
 
 .joblist th {
 	background-color: #0C4577;
 	color: #FFFFFF;
 	font-size: 11px;
 	 a:visited {
 		text-decoration: none;
 		font-size: 12px;
 		color: yellow; 	
 	 }
 }

 
 .joblist td {
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
 	border-right-style: solid;
 	border-right-width: 1px;
 	font-size: 10px;

 }
 
 .joblist a:visited {
 	text-decoration: none;
 	font-size: 10px;
 	color: black; 	
 }
 
 .joblist a:link {
 	text-decoration: none;
 	font-size: 10px;
 	color: black;
 	
 }

 .joblist a:hover {
 	color: red;
 	text-decoration: none;
 	font-size: 10px;
 	font-weight: bold;
 }
 
.joblist_h a:visited {
	color: white;
	text-decoration: none;
}

.joblist_h a:link {
	color: white;
	text-decoration: none;
}

.joblist_h a:hover {
	color: #00FF00;
	text-decoration: none;
}