* {
  padding: 0;
  margin: 0;
}
body {
  background: #3E7EB3 url('') 0 0 fixed;
  margin: 20% auto;
}
#container {
  background: #FFFFFF url('') 0 0 fixed;
  width: 780px;
  margin: auto;
  padding: 15px 15px 15px 15px;
}
h1 {
  font-size: 40px;
  font-family: Georgia, 'Trebuchet MS', Tahoma;
  text-align: center;
  color: #4E5D82;
}
h2 {
  font-size: 30px;
  font-family: Georgia, 'Trebuchet MS', Tahoma;
  margin: 2px 0 10px 0;
  text-align: center;
  color: #4E5D82;
}
p {
  font-size: 16px;
  font-family: Georgia, 'Trebuchet MS', Tahoma;
  text-align:left;
  color: #4E5D82;
}
p a:link{
color: #4E5D82;
}
p a:active{
color: #4E5D82;
}
p a:hover{
color: #5AB4FF;
}
p a:visited{
color: #A0A0A0;
}