/****************************************/
/*	Dan's Home Page Style Sheet	*/
/****************************************/

A			{ text-decoration: none; color: #FCFFA0 }
A:link			{ text-decoration: none; font-weight: bold }
A:visited		{ text-decoration: none; font-weight: bold; color: #DFCC60 }
A:hover			{ text-decoration: underline; font-weight: bold; color: #FFFFFF }
A:active		{ text-decoration: underline; font-weight: bold; color: #FFFFFF }

BLOCKQUOTE		{ font-family: Arial; color: #072876 }

/*************************************************************************/
/** HEADER/FOOTER DECORATION						**/
/*************************************************************************/

.page_style		{ margin=0px; padding=0px; background=#023467 }
.headertitle		{ font-family: Verdana; font-size: 18px; font-weight: bold; color: #FFCC00; text-transform: uppercase; bgcolor=#333355 }
.headertext		{ font-family: Verdana; font-size: 12px; color: #FFCC00; bgcolor=#333355 }
.copyright		{ font-family: Verdana; font-size: 11px; color: #10E9EC }
.footertext		{ font-family: Verdana; font-size: 14px; color: #10E9EC }
.google_bar		{ font-family: Verdana; font-size: 11px; color: #000000 }

/*************************************************************************/
/** MENU DECORATION							**/
/*************************************************************************/

.menutitle		{ font-family: Verdana; font-size: 14px; color: #FFCC00; font-weight: bold; FONT-STYLE: italic }
.menutext		{ font-family: Verdana; font-size: 13px; color: #FFCC00 }
.menulink		{ font-family: Verdana; font-size: 13px; color: #FFEC80; font-weight: bold }
.menulink:hover		{ text-decoration: underline; color: #FFFFFF; font-weight: bold }

/*************************************************************************/
/** NEWS DECORATION							**/
/*************************************************************************/

.newsheader		{ font-family: Verdana; font-size: 13px; color: #FF8080; font-weight: bold }
.newsdate		{ font-family: Verdana; font-size: 13px; color: #801020; font-weight: bold }
.newstext		{ font-family: Verdana; font-size: 12px; color: #FFF0F0 }
.newstext:hover		{ text-decoration: underline; color: #FFFFFF; font-weight: bold }

