body         {  border:2px solid #green; margin-left: 49;   margin-right: 320}
a:link       { text-decoration: none; color: #696A0A}
a:visited    { text-decoration: none; color: black}
a:hover {
	background: #eee;
	text-decoration: none;
	border-color: red;
	border-bottom: 1px solid #ccc;
	color: red;
}
