body 	{
	font-family: helvetica, arial, sans-serif;
	background : #ffffcc;
	}
a	{
	text-decoration : underline ;
	border-bottom: 1px dotted;
	}
a:link {
	color: #000099;
	border-bottom: 1px dotted;
	text-decoration : none ;
	}

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

a:hover {
	border-bottom: 1px dotted;
    background: #eeeecc;
	color : #000099 ;
	}

input:focus {
	background-color: #ffffcc;
}

@media print
{
 a:link,a:visited,a:hover,a:active,a:focus {
	text-decoration:none; 
	color:blue 
	}
}

@media screen
{
th.relief		{border-right:1px solid #d0d0d8; border-bottom:1px solid #d0d0d8; padding:2px;}
td.relief		{border-right:2px solid #d0d0d8; border-bottom:1px solid #d0d0d8; padding:2px;}
}
