body{ 
  background-color: white;
} 
#container {
  margin: 0 auto;
}
a:link { text-decoration:none; color: blue;}
a:visited { text-decoration:none; color: blue;}
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
div {font-family:"Georgia"; font-size:10px;} 
h1 {font-size:12px; display: inline;} 


