body { 
	background-color: #60471B;
	color: F2D58E;
	font-family: Perpetua, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: Perpetua, Verdana, Arial, sans-serif;
}


h1 {
	font-size: 30px;
	font-weight: 100;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 10px;
}



/* Anchors*/
A:link  {
	COLOR : #2669CB;
	font-size: 17px;
	text-decoration: none;
}

A:visited  {
	COLOR : #6F9EE0;
	font-size: 17px;
	text-decoration: none;
}

A:hover  {
	COLOR : #C80000;
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
}

A:active  {
	COLOR : #2669CB;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}