body{
	color : #004b96;
	background-color : #ffffff;
	background-image : url(/img/bgimg.gif);
	background-repeat : repeat;
	background-attachment : fixed;
	margin-top : 3em;
	margin-left : 3em;
	margin-right : 3em;
	margin-bottom : 3em;
}

a:link		{ color: #0080c0; text-decoration: underline; background: none;}
a:visited	{ color: #cc9999; text-decoration: underline; background: none;}
a:active	{ color: #ffccff; text-decoration: underline; background: none;}
a:hover		{ color: #003366; text-decoration: underline;background : #ccffff;}

h1 { color : #0000cc;}

tr{ 
	font-size: small;
	line-height: 150%;
}

