/* CSS Document */

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

a:link {
  color: #0000FF; 
  text-decoration: none;
  } 
  
a:visited {
  color: #660000; 
  text-decoration: none; 
 }
a:hover {
  color: #FF0033; 
  text-decoration: underline; 
  }
a:active {/*colour in NN4.xx is red*/ 
  color: #FF0033; 
  text-decoration: underline; 
  }

body { 
	font-family: arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 10pt;
	}
h1 {
	text-align: center;
	font-size:18px;
	}
h2 {
	font-size:16px;
	font-weight: bolder;
	}
h3 {
	font-size:14px;
	}
	
 <!--
INPUT {
color: #000000;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt;
background-color: #CCCCCC;
}

TEXTAREA {
border: black 2px solid;
color: #000000;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
overflow: auto;
background-color: #CCCCCC;
}

#imgbox {
	font-weight: bold;
	font-size: 11px;
	}
