{ 
background-color: #00FF00
} 

p
{ 
line-height: 18px;
font-size: 14px;
letter-spacing: 1px;
margin-top: 0;
}

H1 
{
line-height: 10px;
font-size: 15px;
letter-spacing: 1px;
margin-bottom: 5;
}

a:link {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #EEEEEE;
}

a:visited {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #DDDDDD;
}

a:active {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #EEEEEE;
}

a:hover {
    text-decoration: none;
	border-bottom: 1px solid;
    color: FFFFFF;
}

.z {color: #CCCCCC}

.z:link {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #CCCCCC;
}

.z:visited {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #CCCCCC;
}

.z:active {
    text-decoration: none;
	border-bottom: 0px dotted;
    color: #CCCCCC;
}

.z:hover {
    text-decoration: none;
	border-bottom: 1px dotted;
    color: #000066;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: small;
	background-color: #f7f7f7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

TABLE {
/*border: solid 1px #121280;*/
border: solid 1px #dddddd;
/*border: solid 1px #40fe00;*/
}




