<!--

body {
	background-color: black; 
	color: white;
	
}

/* 		Links 				*/ 
a{text-decoration: none}
a:link{color: green}
a:visited{color: green}


/* 		Table Rows Classes. 		*/ 
tr.header{color: black; font-weight: bold; font-size: 120%}


/* 		Job Classes. 		*/ 
td.title{color: black; font-weight: bold; font-size: 120%}
td.specifics{color: black; font-weight: normal; font-size: 100%}
td.body{color: black; font-weight: normal; font-size: 100%}
tr.content_even{background-color: white; color: black; font-weight: bold; font-size: 95%}
tr.content_odd{background-color: #CCCCCC; color: black; font-weight: bold; font-size: 95%}


/* 		Font Classes. 		*/
font.plain{color:white}


-->
