
<Style type="text/css"> 
table, tr, td{ 
border-style:none; 
} 

body{ 
background-color:rgb(255,255,255); 

background-position:top left; 
background-repeat:no-repeat; 
background-attachment:fixed; 
 
scrollbar-face-color:rgb(255,255,255); 
scrollbar-base-color:rgb(255,255,255); 
scrollbar-3dlight-color:rgb(153,153,153); 
scrollbar-shadow-color:rgb(153,153,153); 
scrollbar-darkshadow-color:rgb(153,153,153); 
scrollbar-highlight-color:rgb(153,153,153); 
scrollbar-track-color:rgb(255,255,255); 
scrollbar-arrow-color:rgb(153,153,153);  
}

body {
	color: #000055;
	font-family: Arial, Helvetica, Sans-Serif;
	}
body {font-size: 16px}
h1 {font-size: 18px; color: #000055;
	font-family: Arial, Helvetica, Sans-Serif;}
p {font-size: 12px}
br {font-size: 12px}

/* Set the default link colors */
a:link {
	color: #000099;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration:none;
	}
a:hover {
	color: #FFCC33;
	background-color: transparent;
	text-decoration:underline;
	}
a:active {
	color: #000099;
	background-color: transparent;
	text-decoration:none;
	}

/* Set the special link colors */
a.special:link {
	color: #759367;
	background-color: transparent;
	text-decoration:none;
	}
a.special:visited {
	color: #759367;
	background-color: transparent;
	text-decoration:none;
	}
a.special:hover {
	color: #759367;
	background-color: transparent;
	text-decoration:underline;
	}
a.special:active {
	color: #759367;
	background-color: transparent;
	text-decoration:none;
	}


/* Set grouped link colors using an ID */
#news a:link {
	color: #1e4721;
	background-color: transparent;
	text-decoration: none;
	}
#news a:visited {
	color: #1e4721;
	background-color: transparent;
	text-decoration: none;
	}
#news a:hover {
	color: #1e4721;
	background-color: transparent;
	text-decoration: underline;
	}
#news a:active {
	color: #1e4721;
	background-color: transparent;
	text-decoration: none;
	}

-->
</style>
