A 		{ color: #000; text-decoration: none; }
A:link		{ color: #000; text-decoration: underline; }
A:visited	{ color: #000; text-decoration: underline; }
A:active	{ color: #000; text-decoration: underline; }
A:hover		{ color: #000; text-decoration: underline; }

img		{ border-style: none; }

body		{
	background: #666666;
}

h1, h2 {
	font-family:verdana, arial, sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

h3 {
	font-family:verdana, arial, sans-serif;
	font-size:small;
	margin: 0px;
	padding: 0px;
	text-decoration:heavy;
}


#section_on {
	font-family:verdana, arial, sans-serif;
	color:#c90;
	padding:2px;
	background:#ccc;
	text-align:center;
	text-decoration:underline;
}

#section_off {
	font-family:verdana, arial, sans-serif;
	color:#555;
	padding:2px;
	background:#9c3;
	text-align:center;
}

#section_off a:link,
#section_off a:visited {
	color:#555;
	background:#9c3;
	text-decoration:none;
}

#section_off a:hover {
	color:#555;
	background:#9c3;
	text-decoration:underline;
}
