/* set all tags to the master font */

body,td,div,p, input { 
	font-family: helvetica;
	font-size: 12pt; 
	color: Black;
}

.head {
	font-size: 8pt; 
	font-family: verdana, helvetica; 
	color: White;
}


/* set common text formats */
a {text-decoration: none;}
a:link { color: Blue}
a:visited { color: Blue}
a:hover	{ color: Red; text-decoration: underline; }
a:active { color: Blue}

/*
.newslink:link { color:#FFCC66; }
.newslink:visited { color:#FFCC66; }
.newslink:active { color:#FFCC66; }
.newslink:hover { color:#FFCC66; }
*/	