/* This is for the main body text on all pages */
BODY, TABLE, TD, TR {
	text-color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	scrollbar-base-color:#D29109;
}


/* This is for the news section */
.news {
	text-color: #4F4F4F;
	font-family: Tahoma, Verdana;
	font-size: 10px;
}


/* Link attributes for the site */
a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited {
    color: #4F4F4F;
    text-decoration: strike-through;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold
    cursot: crosshair;
}