A:Link {
	/*color: #ffcc00; */
	color : Maroon;
	text-decoration : none;
	font-weight : bold;
}

A:Visited {
	color : Maroon; /* #CE0000 */
	text-decoration : none;
	font-weight : bold;
}

A:Hover {
	color: #ffcc00;
	text-decoration : none;
	font-weight : bold;
}

A:Active {
	color: Black;
	text-decoration : none;
	font-weight : bold;
}

body {
	/*color : #5e0000;*/
	color : Black;
	background-color : Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font : bold normal;
}

li {
    list-style : url(../images/GoldButton.gif);
    margin-left : 10px;
    display: _list-item;
}

hr { 
   color : Maroon;
 }