.whiteone {
	font-family : Verdana;
	font-size : 10px;
	color : White;
	text-decoration : none;
}

.whiteone:hover {
color : red;
font-family : Verdana;
font-size : 10px;
text-decoration : none;
}

.blackone {
color : black;
font-family : Verdana;
font-size : 10px;
text-decoration : none;
}

A {
color : blue;
font-family : Verdana;
font-size : 10px;
text-decoration : underline;

}

A:hover {
color : red;
font-family : Verdana;
font-size : 10px;
text-decoration : underline;
}
LI {
color : black;
font-family : Verdana;
font-size : 10px;
text-decoration : none;
}

