body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
/* ---------- [tabletitle] -----*/
.tabletitle {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
/* ---------- [menu] -----------*/
.menu {
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;	
}
/* ---------- [footer] -----------*/
.footer {
	color: #FFFFFF;
	font-size: 12px
}
/* ---------- [666666/999999] ALL Links -----------*/
a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
/* ---------- [FFFFFF/999999] Links -----------*/
a.white:link, a.white:visited { color: #FFFFFF; }
a.white:hover, a.white:active {	color: #999999; }


	