/* CSS Document */
* {
font-family : arial;
font-size: 12px;
line-height: 11pt;
color: #000066;
background-color: #ffffcc;
}

A {
color: #006699;
text-decoration: none;
}

A:hover {
text-decoration: underline;
} 

H1 {font-size: 30px;
 text-align: center;}
H2 {font-size: 20px;
line-height: 25px;}
