/* CSS Document */

body {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ;
  font-size: 20px;
  color: 000000;
  background-color: white }
 
 h1 {
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 }
	
h1 a:link, h1 a:visited {color: #666666; text-decoration: none}
h1 a:hover {color: #000000; text-decoration: underline}

h2 {
 font-size: 30px;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-weight: bold;
 line-height: 5pt
 }

	
a:link {color: #663300; text-decoration: none; font-weight: bold}
a:visited {color: #663300; text-decoration: none; font-weight: bold}
a:hover {color: #000000; text-decoration: underline; font-weight: bold}