/* CSS Document */

body { 
margin-left:0%;
margin-right:0%;
margin-bottom:0%;
margin-top:0%;
}

body{
background-color: f1f1f1;
}

.menu{
text-align: center;
}

p {
font-family: Arial, Swiss, Helvetica;
font-weight: Bold;
font-size: 2;
}

a:link { 
color: black; text-decoration: none;}
a:visited {
color: black; text-decoration: none;}
a:hover { 
color: red; text-decoration: none;}
a:active {
color: black; text-decoration: none;
}

 