body {
  width: 100%;
}
h1 {
  color:#0000A0;
}
p {
  font-size: 16;
}

a:link {
  color:#f92826;
  font-weight: bold;
}    
a:visited {
  color:#0000A0;
  font-weight: bold;
} 
a:hover {
  color: green;
  font-weight: bold;
}   
a:active {
  color:#fe0000;
  font-weight: bold;
}   


#container {
   width: 900px;
   margin: 0 auto;
   backgound-color: green;
}
#important {
   color:#f92826;
   font-weight: bold;
}
