﻿html {
margin : 0;
padding : 0;
}
BODY {
max-width : 950px;
background-color: rgb(34,104,139)}
hr {color:blue}

<a {text-align:center}

a:link { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:hover { color: gray; text-decoration: underline }
a:active { color: white; text-decoration: underline }
