h1
   {
   font-family:    arial, helv, sans-serif;
   font-size:      20px;
   color:          black;
   }
h2
   {
   font-family:    arial, helv, sans-serif;
   font-size:      18px;
   color:          black;
   }

h3
   {
   font-family:    arial, helv, sans-serif;
   font-size:      16px;
   color:          black;
   }

p, ul
   {
   font-family:    arial, helv, sans-serif;
   font-size:      14px;
   }

body
   {   
	background-color: #e2c9ff;   
   }

a:link 
   {
   color: #0000FF"
   font-family:    Arial;
   font-size:      13px;
   },
a:visited  
   {
   color: #FF0000"
   font-family:    Arial;
   font-size:      13px;
   }, 
a:active 
   {
   color: #FFFF00"
   font-family:    Arial;
   font-size:      13px;
   }, 
a:hover;
   {
   text-decoration: none;
   font-family:    Arial;
   font-size:      13px;
   } 