
div.center{
left:350px;
top:20px;
font-family:sans-serif;
color:red;
background-color:white;
text-align:center;
margin: 25px;
}

div.center a{
text-decoration:none;
font-weight:bold;
color:red;
}

div.center a:hover{
background-color:red;
font-weight:bold;
color:white;
}

div.footer{
font-size:8pt;
clear:both;
color:gray;
text-align:center;
}
