body {
 background-color:#eeeeee;
 font-family:Georgia,Arial,sans-serif;
 font-size:12px;
}

a:link {
 text-decoration: none;
 color:#555555 
}

a:visited {
 text-decoration: none;
 color:#555555
}

a:active {
 text-decoration: none;
 color:#555555 
}

a:hover {
 text-decoration: underline;
 color:#555555 
}

table {
 font-size:12px;
}

a.nohover:hover {
 text-decoration: none;
 color:#333333; 
}

a.nohover:visited {
 text-decoration: none;
 color:#000000; 
}

a.nohover:active {
 text-decoration: none;
 color:#000000; 
}

a.nohover {
 text-decoration: none;
 color:#000000; 
}

ul {
	margin-top: 0px;
	list-style: outside none none;
	padding-left: 3px;	
}

li p {
    margin: 0;
    padding: 0;
}