@import url("common.css");

/*********************************************************************/
/* BASIC ELEMENTS                                                    */
/*********************************************************************/

/* -- Basic HTML Elements -- */

a 
{
	color: #121b73; 
	text-decoration: none; 
	font-weight:bold;
	
}

a:visited 
{
	color: #121b73; 
	text-decoration: none;
		font-weight:bold;
}

a:hover 
{
	color: #121b73;  
	text-decoration: none;
}

strong
{
	color:#777777;
}



body 
{
	
background-color: #f9f4cd;
	color: #121b73; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:19px; 
	font-size:80%; 
	font-family: verdana, Arial, sans-serif;
	
}

/* old colour: #983e21 */
h1 {color: #121b73; font-size:100%;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;  }
h2 {color: #121b73; font-size:120%;padding:0px 0px 0px 0px;margin:0px 0px 10px 0px;}
h3 {color: #121b73; font-size:170%;padding:0px 0px 0px 0px;margin:0px 0px 10px 0px;}
h4 {color: #121b73; font-size:130%;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;  }


p {margin:0px 0px 0px 0px;padding:0px 0px 20px 0px;}

 img
{
border:none;
} 



