/*      This .css is by Mark Errington - TheWebGuy@itsup2u.com                  */
/*	Note the use of an absolute URL for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/


/*	Unvisited links								*/
a:link {
text-decoration: none; color: #0000ff;

}

/*	Visited links								*/
a:visited {
text-decoration: none; color: #0000ff;

}

/*	Active links (not widely supported)					*/
a:active {
text-decoration: none; color: #000000;

}


/*	Links when hovered over (MSIE only)					*/
a:hover {
text-decoration: none; color: #00ff00;

}

TABLE, TR, TD, P            { font-family: Arial, Verdana, Tahoma ;
				font-size: 10pt; color:#000000}

