BODY {
	color: #26008B;
	background-image:url('back.jpg'); 
	background-repeat: repeat-y ;
	background-color: white;
	font-family: "Times New Roman", Arial;		
	font-size: 12pt;    
}

P 	{
	text-align:justify;
	color: #26008B;
	font-family: "Times New Roman", Arial;	
	font-size: 12pt;
}

TH {
	text-align: center;
	font-size: 18pt;
}

A:link		{	
	color: #5630DB; 
	text-decoration: none; 
	font-weight:bold;
}

A:active	{ 
	color: #5630DB; 
	text-decoration: none;  
	font-weight:bold;
}

A:hover		{
	color: #5630DB; 
	background-color: #EFE4C1; 
	text-decoration: none;  
	font-weight:bold;
}

A:visited 	{
	color: #5630DB;	
	text-decoration: none;  
	font-weight:bold;
}



