a.title {text-decoration:none;}
a.title:link {color: white;}
a.title:visited {color: white;}
a.title:active {color: white;}
a.title:hover {color: pink;}

a.bottom {text-decoration:none}
a.bottom:link {color:black; decoration:none}
a.bottom:hover {color:black}
a.bottom:visited {color:black}
a.bottom:focus {color:black}

body {
margin-top:0px;
margin-bottom:0px;
background-color:#65A0A0;
}


