/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 82% georgia, sans-serif;
	line-height: 1.88889;
	color: #666666; 
	background: #fff url() no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	font: 82% georgia, sans-serif;
	line-height: 1.88889;
	color: #333333; 
	margin: 0; 
	padding: 0;
	margin-top: 0; 
	text-align: justify;
	}
	
h1 { 
	font: italic normal 0.6em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0;
	color: #000000;
	text-align:center;
	}
	
	
	
h2 { 
	font: italic bold 0.8em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0;
	color: #000000;
	}
	
	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #ff7600;
	}
	
	headings{ 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #ff7600;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9be32c;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #970F1B;
	}
acronym {
	border-bottom: none;
	}
.centeralign{
	border:none;
	font: 82% georgia, sans-serif;
	line-height: 1.88889;
	color: #333333; 
	text-align: center;
}

.contact{
	border:none;
	font: 100% Arial, Helvetica, sans-serif
	line-height: 3.5;
	color: #333333; 
	text-align: left;
}



