/* CSS Document */
<!--

body, td, th {
    margin:0px;
	font-family: Tahoma;
	font-size: 10px;
	color: #B4B4B4;
}

body {
	background-image: url('lab.jpg');
	background-color: #000000}
	 
a {
	font-family: Tahoma;
	font-size: 10px;
	color: #8a5b9d;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #8a5b9d; 
	text-decoration:none;
}
a:hover {
	color: #000000; 
	background:;
	text-decoration:none;
}
a:active {
	color: #8a5b9d; 
	text-decoration:none;
}

i{ color: #c5a7cf; 
}

u{ color: #61569d; 
}

a img {border: 2px solid #EAEAEA;}
a:hover img {border: 2px solid #c5a7cf;}

-->