@charset "utf-8";
/* CSS Document */

a:link {
	color: #CCFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}
a {
	padding:1em;
	font-weight: bold;
	font-size: 16px;
}
body,td,th {
	color: #FFFFFF;
	font-weight:bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 9px;
}
.bg { 
	filter:alpha(opacity=40)
}
.text_bg { 
	filter:alpha(opacity=100)
}
-->