body{
  font-family : "Lucida Console";
  margin : 7px ;
 background-color : #0D295A ;
 font-size : 10px ;
 text-indent : 15px ;
}

h1{
  margin : 30px ;
 font-size : 50px ;
 color : #59BDE6 ;
 border : solid ;
 border-color : white ;
}
h2{
  color : #BD6F1C ;
  font-size : 40px ;
  }

p{
 color : #555555 ;
 font-size : 30px ;
}

a{
 color : #555555 ;
 text-decoration : none ;
}

a:hover{
  color : #FF5000 ;
  text-decoration : underline ;
}