 BODY  {	
	background: #FF0000;
 	}

A:link  {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 65%;
	text-decoration: none;
	}

A:visited {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 65%;
	text-decoration:none;
	}

A:active {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 65%;
	text-decoration:none;
	}

A:hover {
	background-color: #000000;
	font-family: Arial;
	font-size: 65%;
	text-decoration:none;
	}

P.box {
	background-color: #f2f2f2;
}

DIV.menu  {
        margin-left: 1%;
        margin-right: 1%;
        float: center;
        background-color: #f2f2f2;
        padding: 15pt 5pt 10pt 5pt;
        border-width: 2pt;
        border-style: solid; 
        border-color:  #bb0000; 
 	font-family: verdana;
	color: #000000;
        }

