/********************************************************
*             SUPER HERO MOD WEB STATS                  *
*                                                       *
*         Written By ShadowLeader (Tim Hansen)          *
*                                                       *
*                  http://SH-mod.tk                     *
*                shadowleader@jubii.dk                  *
*            MSN: shadowleader11@hotmail.com            *
*                                                       *
*    This css file controls all the colors in the       *
*    script. Feel free to change it any way you want.   *      
*                                                       *
*     If you have any problems you are welcome to       *
*     contact on email or MSN.                          *
*********************************************************/

BODY {
	font-family : Verdana;
	font-size : 12px;
	background-color : #cccccc;
}

TD {
	font-family : Verdana;
	color : #000000;
	font-size : 12px;
	background-color : #999999;
}

A {
	text-decoration : none;
	color : #000000;
	font-family : Verdana;
	font-size : 12px;
}
A:HOVER {
	color : #000000;
	text-decoration : underline overline;
}
table, tr {
	font-family: Tahoma; 
	font-size: 12px;
	border-color: #333333;
	}
.input {
	background-color: #cccccc;
	border: solid 1px #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
td {
border: 1px solid;
}
.green {
color: #00FF00;
}