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

body {
  background: #77bee9;
  font-family: "Georgia", Times New Roman, serif;
  font-size: 100%;
  color : #3c1301; 
}

a:link {
	font-weight: normal;
	color: #3c1301;
	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;


}