/* File Name: format2.css */

body {font-family: Verdana, Arial, Helvetica, sans-serif;	
color: #660033; 
background-color: #66ffff; 
FONT-SIZE: 10pt;
text-decoration: none;
}

A:visited    { color: #660033; text-decoration: none; }
A:active  { color: #FF0000; text-decoration: underline; }
A:link { color: #660033; text-decoration: none; }
A:hover { color: #FF0000 ;text-decoration: underline; }


h1 { FONT-SIZE: 22pt; }
h2 { FONT-SIZE: 20pt; }
h3 { FONT-SIZE: 16pt; }
h4 { FONT-SIZE: 14pt; }
h5 { FONT-SIZE: 12pt; }
h6 { FONT-SIZE: 10pt; }