/* 
* This CSS is used to set basic characteristics for all the basic HTML elements.
*/ 

/*---------- BASIC BLOCK LEVEL ELEMENTS ------------*/
body	{
		background: #eee;
		}

fieldset
		{
		margin: 10px;
		padding: 15px;
		}
		
legend 	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 15px;
		color: #333; 
		}		

a { color: #551A8B; }


/*----------LINKS ---------------------- */

/*---------- FONTS ---------------------*/

h6		{
		font-size: 11px;
		margin: 0;
		padding: 0px;	
		font-weight: normal;
		text-align: left;
		}

h4 {
	font-size: 13px;
	}


