/* Stylesheet for Main pages */ 

BODY, P, H1, H2, H3, H4, H5, H6, TD, DIV, OL, UL, DL {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: yellow;
color: #1F0000;
}

address 
{
	margin-top: 5px;
	padding-top: 5px;
	border-top: red 2px solid;
	border-bottom: red 2px solid;
	padding-bottom: 5px;	
	margin-bottom: 5px;
}

.small
{
	font-size:70%;
	border: 0;
}

div.floatright
{
	float: right;
	width: 40%;
	left-margin: 15px;
	left-padding: 15px;
}

.clear
{
	clear: both;
}

hr
{
	color: Red;
	height: 1px;
}

a:hover { /*this effect is not shown in NN4.xx*/
	color: #1F0000; 
	background: orangered;
	text-decoration: italic;
	text-decoration: underline;}
a:active {
	color: #1F0000; 
	background: #9999CC; 
	text-decoration: italic;
	text-decoration: underline; }
a:link {
	color: #1F0000; 
	text-decoration: italic; }/*normal links in the text*/
a:visited {
	color: #1F0000; 
	text-decoration: italic; }


H1 { 	font-size: 200%; }
UL.large { 	font-size: 150%;
	list-style-image: url(img/redball.gif);
	}

UL {list-style-image: url(img/redball.gif);
	}

img,iframe {   margin-left: 20px;
	margin-right: 20px; }