
/*Template taken from Stefan Münz: SelfHTML - www.teamone.de/selfhtml */

body,p,div,td,tr
{	font-family:Verdana,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color:#666666;
	color:#EEEEEE;	}

.link
{	text-decoration: none;
	text-align: center;
	background-color: #666666;
	color: #EEEEEE;	}

.active
{	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #EEEEEE;
	color: #666666;	}

/*
a:link
{	background-color: #777777;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;	}

a:visited
{	background-color:#777777;
	color:#EEEEEE;
	text-decoration:none;
	font-weight:bold;	}

a:active
{	background-color:#EEEEEE;
	color:#777777;
	text-decoration:none;
	font-weight:bold;	}*/
