-->This is the Default Style sheet
	A.menu					{ text-decoration:none }
	A.menu:link 			{ text-decoration:none }
	A.menu:visited			{ text-decoration:none }
	A.menu:hover			{ text-decoration:underline; color:#000000 }

	A.menu_red				{ text-decoration:none }
	A.menu_red:link 		{ text-decoration:none }
	A.menu_red:visited		{ text-decoration:none }
	A.menu_red:hover		{ text-decoration:underline; color:#990000 }

	.content_header_font {
		font-family:Verdana;
		font-size: .8em;
		font-weight:bold;
		color:#000000;
	}

	.content_font {
		font-family:Verdana;
		font-size: .7em;
		color:#000000;
	}

	.question_font {
		font-family:Verdana;
		font-size: .7em;
		font-weight:bold;
		color:#CC0000;
	}

	.answer_font {
		font-family:Verdana;
		font-size: .7em;
		color:#000000;
	}
	
	.sidebar_header_font {
		font-family:Verdana;
		font-size: .7em;
		font-weight:bold;
		color:#000000;
	}

	.sidebar_content_font {
		font-family:Verdana;
		font-size: .7em;
		color:#000000;
	}

	.footer_font {
		font-family:Arial;
		font-size: 11px;
		color:#000000;
	}	