BODY {
	background-color: black;
	font-family: Arial, "Arial Black", "Comic Sans MS", Default, "MS Sans Serif", "Times New Roman";
	font-size: small;
	color: white;
}

A {
    font-size: x-small;
	color: Red;
}

A:HOVER {
    font-size: x-small;
	color: Lime;
}

.susnet:link, .susnet:visited, .susnet:active {color:green; text-decoration:none; font-size:10px; font-family:Verdana;}
.susnet:hover {color:blue; background-color:pink;}