.title {
	background-color: #DDDDDD;
	font-size: 36px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.nav {
	background-color: #000000;
	font-size: 11px;
	color: #DDDDDD;
	text-align: right;
}
a.nav {
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
}
a.nav:hover {
	font-size: 11px;
	color: #FFCC33;
	text-decoration: overline underline;
}

.news {
	background-color: #FFCC33;
	font-size: 10px;
	color: #000000;
}

a.news { text-decoration: underline; }
a.news:hover { text-decoration: none ; }

.foot {
	background-color: #666666;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
a.foot {
	color: #FFFFFF;
	text-decoration: underline;
}
a.foot:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.releases {
	background-color: #AAAAAA;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

.txt {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
}

a {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: overline underline;
}
