body { 
	font: 9px verdana; 
	color: #A3A3A3; 
	background: #fff; 
	margin: 10px; 
	}
p {
	font: verdana;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
h1 {
	font-family: Verdana,Tahoma,sans-serif;
  	color:#1DA7C4;
  	font-size: 11px;
  	display: inline;	
	}
h2 {
	font-family: Verdana,Tahoma,sans-serif;
  	color:#4E839D;
  	font-size: 20px;
  	font-weight: normal;
  	display: inline;	
	}
h3 {
	font-family: Verdana,Tahoma,sans-serif;
  	color:#1DA7C4;
  	font-size: 20px;
  	font-weight: bold;
  	display: block;	
	}
h4 {
  font-family: Verdana,Tahoma,sans-serif;
  color:grey;
  font-size: 9px;
  }

.floatright {
  float: right;
}

.Back {
  background: white;
}

date {
  font-family: Verdana,Tahoma,sans-serif;
  color:#0000CC;
  font-size: 10px;
  font-weight: bold;
  display: inline;
}

a:link {
  font-family: Verdana,Tahoma,sans-serif;
  color:#7595FB;
  font-size: 11px;
  text-decoration: none; 
  background: #FFFFFF;}/*normal links in the text*/
a:visited {
  color: #FF9999; 
  font-size: 11px;
  text-decoration: none; 
  background: #FFFFFF;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #0000CC; 
  text-decoration: underline; 
  background: #FFFFFF;}
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
  background: #FFFFFF;}
