body	{
	margin-left : 20;
	background-color : #dbdee3;
	color: #5e5e5e;
	font-family : verdana, sans-serif; 
	font-size : xx-small;
	} 
td	{
	background-color : #f5f5f5;
	color: #5e5e5e;
	font-family : verdana, sans-serif; 
	font-size : xx-small;
	} 
.dark { background-color : #dbdee3; }
a:link	{
		background-color : #f5f5f5;
		color: #990000; 
		font-weight : bold;
		text-decoration : none; 
		}
a:active	{
		background-color : #f5f5f5;
		color: #990000;
		font-weight : bold;
		text-decoration : none; 
		}
a:visited	{
		background-color : #f5f5f5;
		color: #990000;
		font-weight : bold;
		text-decoration : none; 
		}
a:hover { color:#990000 }

