@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ECECEC;
	font-family: "Century Gothic", Century, Arial, verdana, geneva, 'sans serif';
	font-size: 90%;
	line-height:1.5em;
	color : #3c1301;
}

a:link {
	font-weight: normal;
	color: #009FC2;
	text-decoration: none}
	
a:visited {
	font-weight: normal;
	color: #3c1301;
	text-decoration: none
	}
a:hover {
	font-weight: normal;
	color: #ACDEFB;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #3c1301;
	text-decoration: none;	
}

h1 {
 font-family: "Georgia", Times New Roman, serif;
  font-size: 100%;
  color : #042235; 
	font-weight: normal;

}

h2 {
 font-family: "Georgia", Times New Roman, serif;
	font-size: 90%;
	color : #042235; 
	font-weight: bold;


}

h3 {
	font-family: "Century Gothic", Century, Arial, verdana, geneva, 'sans serif';
	font-size: 300%;
	line-height:1.5em;
	color : #3c1301;
	
}
