a:link {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a:visited {color: #EEEEEE; text-decoration: underline; font-weight: bold;}
a:hover {color: #FFFFFF; text-decoration: underline: font-weight: bold;}
a:active {color: #FFFFFF; text-decoration: underline: font-weight: bold;}	

a.nav:link {color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 120%;}
a.nav:visited {color: #EEEEEE; text-decoration: none; font-weight: bold; font-size: 120%;}
a.nav:hover {color: #FFFFFF; text-decoration: none: font-weight: bold; font-size: 120%;}
a.nav:active {color: #FFFFFF; text-decoration: none: font-weight: bold; font-size: 120%;}

a.b:link {color: #000000; text-decoration: underline: font-weight: bold;}
a.b:visited {color: #111111; text-decoration: underline: font-weight: bold;}
a.b:hover {color: #000000; text-decoration: underline: font-weight: bold;}
a.b:active {color: #000000; text-decoration: underline: font-weight: bold;}

body
{
	background-color: #133261;
	color: #333333;
}

table.white
{
	background-color: #FFFFFF;
	color: #333333;
}

table.black
{
	background-color: #133261;
	color: #EEEEEE;
}

td.black
{
	background-color: #133261;
	color: #EEEEEE;
}

td.white
{
	background-color: #FFFFFF;
	color: #333333;
}

td.newstitle
{
	font-weight: bold;
	font-size: 150%;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 10px;
}
td.newspost
{
	text-align: left;
	vertical-align: top;
	color: #333333;
	background-color: #FFFFFF;
	height: 150px;
}
td.newsname
{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 150px;
}
td.newsavatar
{
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	width: 150px;
	height: 150px;
	background-image: url("images/avatar_background.png");
	background-repeat: no-repeat;
}
font.newsdate
{
	color: #777777;
	font-size: 80%;
}
div.footer
{
	text-align: center;
	color: #999999;
	font-size: 75%;
}

