BODY 	{
	background: rgb(246, 246, 255);
	margin: 0.5cm, 0.5cm, 0.5cm, 0.5cm;
	font-family: "Trebuchet MS","Trebuchet","Times New Roman";
	}
	
	.marginal {
		margin: 0.3cm, 15%, 0.3cm, 15%;
	}	
	
	.leftmarg {
		margin: 0.3cm, 5%, 0.3cm, 15%;
	}	
	
UL	{
	list-style-type: square;
	line-height: 180%;
	list-style-position: outside;
}	
	

H1 	{
	font-family: "Verdana,Arial,Helvetica";
    	color: RGB(46, 49, 124);
    	font-weight: Bold;
	}

H2 	{
	font-family: "Verdana,Arial,Helvetica";
    	color: RGB(46, 49, 124);
    	font-weight: Bold;
	}
  
H3  {
	font-family: "Verdana,Arial,Helvetica";
    	color: RGB(46, 49, 124);
    	font-weight: Bold;
	}
  
H4  {
	font-family: "Verdana,Arial,Helvetica";
    	color: RGB(46, 49, 124);
    	font-weight: Bold;
	}

A:Link {
		color: RGB(0, 0, 0);
		font-weight: 600;
}

a:visited {
	color:#3f3f3f;
	font-weight:500;
	} 

	
A:Active {
	color:RGB(255, 0, 90);
	}
	
A:hover {
	color: RGB(255,0,90);
	font-weight:800;
}



