A:ACTIVE {
    background-color : #D92B27;
    color : White;
}
BODY {
	font-family : Verdana;
	font-size : 13px;
	margin-left : 5px;
	margin-right : 5px;
	color : Black;
    background-image : url(../bgrd/bgrd2.jpg);
}
A {
    color : Maroon;
    text-decoration : none;
}
A:HOVER {
    text-decoration : underline;
    color : white;
    background-color : #404040;
}
