p {
 font-family: verdana;
 font-size: 12px;
 }

#container {
 width: 650px;
 text-align: justify;
 }

h1 {
 font-family: tahoma;
 font-weight: bold;
 color: darkblue;
 width: 100%;
 text-align: center;
 }

h2 {
 font-family: tahoma;
 font-weight: bold;
 color: gray;
 width: 100%;
 text-align: center;
 }

h3 {
 font-family: verdana;
 text-decoration: underline;
 color: brown;
 }