/* CSS Document */
body {background-color: white} 
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 36pt; color: #CC0066} 
h2 {color: blue} 
p {
	color: #FB5720;
}
a:link {font-size: 12px; text-decoration: none; color: #0099FF }
a:visited {font-size: 12px; text-decoration: none; color: #33CC99 }
a:hover {color: #CC66FF }
