A {
	text-decoration : underline;
}

   A:link {
	color : blue;
	background-color : transparent;
}

   A:visited {
	color : purple;
	background-color : transparent;
}

   A:hover {
	color : #006300;
	background-color : #FFCEFF;
	text-decoration : none;
}

   A:active {
	color : red;
	background-color : inherit;
}

BODY {
	margin-left : 10%;
	margin-right : 10%;
	color : black;
	background-color : #F8F8FF;
	font-family : "Verdana", "Arial", sans-serif;
}

   H1 {
	background-color : transparent;
	font-family : "Verdana", "Arial", sans-serif;
	text-align : left;
}

   H2 {
	color : #2F4F4F;
	background-color : transparent;
	font-family : "Georgia", "Times New Roman", serif;
}

   H3 {
	margin-left : 5%;
	color : navy;
	background-color : transparent;
	font-family : "Georgia", "Times New Roman", serif;
}

   H4 {
	font-family : "Verdana", "Arial", sans-serif;
	font-style : italic;
}

   P {
	margin-left : 5%;
	font-family : "Verdana", "Arial", sans-serif;
	line-height : 1.3;
}

   .about {
	padding-top : 1em;
	padding-bottom : 1em;
	padding-left : 1em;
	padding-right : 1em;
	border : thin solid #A52A2A;
	float : right;
	width : 33%;
	color : black;
	background-color : #F5F5F5;
	font-family : "Georgia", "Times New Roman", serif;
	font-size : 0.8em;
	bottom : 0%;
	right : 0%;
}

   .head {
	margin-top : 1em;
	margin-bottom : 5em;
	clear : both;
	float : right;
}

   .header {
	float : inherit;
	width : 100%;
	color : white;
	background-color : #DC143C;
	font-family : "Georgia", "Times New Roman", serif;
	font-weight : 700;
	text-align : right;
}

   .home {
	float : inherit;
	width : 100%;
	font-family : "Georgia", "Times New Roman", serif;
	top : auto;
}

   .new {
	color : white;
	background-color : #DAA520;
	font-family : "Georgia", "Times New Roman", serif;
	font-weight : bold;
}

   .nofloat {
	clear : both;
	width : 100%;
	float : none;
	text-align : right;
}

   .text {
	clear : both;
	float : none;
	width : 100%;
}
