H4 {font-size: 14pt; color: Yellow; font-family: "Arial"}
H5 {font-size: 10pt; color: Yellow; font-family: "Arial"}
H1 {font-size: 20pt; color: Blue; font-family: "Arial"}
H2 {font-size: 16pt; color: Blue; font-family: "Arial"}
H3 {font-size: 12pt; color: Blue; font-family: "Arial"}

.style1 {color: #FFFF80}
.style3 {color: #FFFF80; font-weight: bold; }


body       {
           text-align: center;
           background-image: url(images/background.jpg); 
           background-color: #ffffff
           }
  
#container {
		   margin: 8px auto;   /* align for good browsers */
		   text-align: left; /* counter the body center */
		   border: 1px solid black;
		   width: 760px;
	       background-color:#ffffff;
           }
