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 : "Georgia", "Garamond", serif;
}

H1 {
	color : black;
	background-color : transparent;
	font-family : "Times New Roman", serif;
	text-align : left;
}

H2 {
	color : #191970;
	background-color : #F8F8FF;
	text-align : center;
}

H3 {
	color : navy;
	background-color : transparent;
	font-style : italic;
	text-align : center;
}

H4 {
	font-style : italic;
	text-align : left;
}

H5 {
	font-style : italic;
	text-align : left;
	text-indent : 5%;
}

P, BLOCKQUOTE, UL, OL, LI, H2, H3, H4, H5, DL, DT, DD {
	font-family : "Georgia", "Garamond", serif;
}

TD {
	text-align : center;
}

TD.table, TD.figure {
	text-align : left;
}

TH {
	vertical-align : bottom;
}

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

.right {
	width : 30%;
	float : right;
	border : thin solid #708090;
	padding-bottom : 1em;
	padding-top : 1em;
	padding-left: 1em;
	padding-right : 1em;			
	background-color: #F5F5F5;
}
