P  {}



H1  {}



H2  {}



H3  {}



A  {

	text-decoration : none;

	color : Lime;

}



A:Visited  {

	color : Teal;

}



A:Active  {

	color : Silver;

	text-decoration : none;

}



A:Hover  {}



BODY  {

	background-color : Black;

	font-size : small;

	font-family : Arial;

	color : Aqua;

}



TD  {

	font-size : small;

	font-family : Verdana;

	color : Aqua;

}



EM  {

	font-weight : bold;

	font-style : italic;

	color : Lime;

}



