/* Normal, standard links. */
a:link
{
	color: #CCCCCC;
	font-size: 12;
	text-decoration: none;
}
a:visited
{
	color: #CCCCCC;
	font-size: 12;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #CCCCCC;
	text-decoration: none;
}
a.nav:hover
{
	color: #CCCCCC;
	font-size: 12;
	text-decoration: underline;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #CCCCCC;
	font-size: 12;
	font-family: Helvetica, Arial, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #CCCCCC;
	font-size: 12;
	margin: 0px;
}

