/* Stylesheet for resource pages contents lists (c) i-Lab Limited */
body {
	 background-color: #000000;
}
th { color: #FFFFFF;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: small;
	 font-weight: bold;
	 text-align: center;
}
td { background-color: #00CCCC;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: small;
	 font-weight: bold;
	 text-align: center;
}
td.footer {
     background-color: #900090;
}
a {  color: #000000;
     text-decoration: none
}
a:hover {  
     color: #FFFFFF; 
	 text-decoration: underline
}
