/* CSS Document */

body 	{ font-family: Arial, Helvetica, Sans-serif; 
	color: navy ; 
	font-size: 13px; 
	background-color: #ffffdd}

.nagl 	{color: #191970;
	font-weight: bold; }

a 	{color: brown;
	text-decoration: none;
	font-weight: bold} 

a:hover	{ 
	color: #cc99cc;
	}  

table { font-family: Arial, Helvetica, 	Sans-serif; 
	color: navy ; 
	font-size: 13px; 
	background-color: #ffffdd; 
	border-top-style: outset;
	border-color: gray;
	border-width: 0; }
