body {
	background-color : #e1e1e1;
	leftmargin : 0;
	topmargin : 0;
	marginheight : 0;
	marginwidth : 0;
	font-family : Arial, Helvetica, sans-serif;
}

BIG {
		font-size: 28px;
		font-weight: bold;
}
TABLE {
		font-size: 16px;
}
SMALL {
		font-size: 12px;
}

.MINI {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}

A:visited {
   color : #10218B;
   text-decoration : underline; 
}


A:link {
   color : #10218B;
   text-decoration : underline; 
}


A:hover {
   color : #000000; 
   text-decoration : underline;
   /*background-color : #dda358;*/
}


A:active {
   color : #000000; 
   text-decoration : underline;
   /*background-color : #dda358;*/
}


A.navi:visited {
	color : #000000;
	text-decoration : none;
}


A.navi:link {
   color : #000000;
   text-decoration : none; 
}


A.navi:hover {
   color : #10218B; 
   text-decoration : none;
   /*background-color : #dda358;*/
}


A.navi:active {
   color : #10218B; 
   text-decoration : none;
   /*background-color : #dda358;*/
}