H1  {
	Font-weight: medium;
	Color: Green;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	position: static;
	right: auto;
	cursor: crosshair;
	text-align: center;
	font-size: large;
}
H2  {
	Font-weight: medium;
	Color: #8B4513;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	position: static;
	right: auto;
	cursor: crosshair;
	text-align: center;
	font-size: 20px;
}
H3  {
	Font-weight: medium;
	Color: #556B2F;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	cursor: crosshair;
	font-size: 16px;
}
H4  {
	Font-weight: medium;
	Color: #7B68EE;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	position: static;
	right: auto;
	cursor: crosshair;
	text-align: center;
	font-size: 14px;
}
H5  {
	Font-weight: medium;
	Color: #483D8B;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	cursor: crosshair;
	font-size: 12px;
}
H6  {
	Font-weight: medium;
	Color: Black;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	position: static;
	right: auto;
	cursor: crosshair;
	text-align: center;
	font-size: 10px;
}
H7  {
	Font-weight: medium;
	Color: Lime;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: center;
	background-color: transparent;
	cursor: crosshair;
	font-size: 10px;
}
font {
	Font-size: 12px;
	Font-weight: bold;
	Color: Navy;
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	background: transparent center;
	background-image: none;
	background-position: center;
	background-color: transparent;
	background-repeat: repeat;
}

a:link  {
	color: Green;
	font-size: 11px;
	font-family: monospace;
	text-decoration: none;
	background: transparent;
	text-align: center;
	font-weight: bolder;
}
a:visited  {
	color: Maroon;
	font-size: 11px;
	font-family: monospace;
	text-decoration: none;
	font: bolder;
	text-align: center;
}
a:active  {
	color: Teal;
	font-size: 11px;
	font-family: monospace;
	text-decoration: none;
	font: bolder;
	text-align: center;
}
a:hover  {
	color: #D2691E;
	font-size: 11px;
	font-family: monospace;
	text-decoration: none;
	border-bottom: medium ridge Yellow;
	border-bottom-style: none;
	border-bottom-color: White;
	font: bolder;
	text-align: center;
	background-color: #FAEBD7;
}
