/********************************************************
*             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 : 10px;
	background-color : #708090;
}

TD {
	font-family : Verdana;
	color : #000000;
	font-size : 10px;
	background-color : #466391;
}

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