H1 { 
font-family: arial;
color: #33ccff;
Font-size: small;
font-weight: bolder;
/*text-decoration: underline;*/
text-align : left;
 }

H2 { 
font-family: arial;
color: #000000;
Font-size: small;
/*text-decoration: underline;*/
 }

A.link:visited, A.link:link, A.link:active {
font-weight : bolder;
font-size : small;
font-family : Arial;
color : #FFFFFF; 
text-align : center;
text-decoration : none;
}

A.link:hover {
 
  font-weight : bolder;
  font-size : 	small;
  font-family : Arial;
  color : #CCCCCC;
} 
