.navlink a:link {
color: yellow;
text-decoration : none;
padding: 5px;
border:1px outset black;
display: block; 
width: 100%;
background-color:blue;
}

.navlink a:visited {
color: yellow;
text-decoration : none;
padding: 5px;
border:1px outset black;
display: block; 
width: 100%;
background-color:blue;
}

.navlink a:hover {
color: blue;
text-decoration : none;
padding:5px;
border: 1px solid black;
display: block;
background-color : yellow;
width: 100%;
}

a:link {color: blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none;}
a:hover {color:blue; text-decoration:underline;}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
