BODY {
	font-family : "Times New Roman", serif ;
	background-image: url(whitegrainy.gif);
	font-style : normal;
	font-size : 13pt;
}

p.desc {
	font-family : "Times New Roman", serif ;
	background-image: url(whitegrainy.gif);
	font-style : normal;
	font-size : 13pt;
}
 
A:link {
	color: Black;
	background-color : #CCCCCC;
	text-decoration : none;
}

A:hover {
	color: Black;
	text-decoration : underline;
	background-color : #B5B5B5;
}

A:visited {
	color: Black;
	text-decoration : underline;
	background-color : #B5B5B5;
}

A:active {
	color: Black;
	text-decoration : underline;
	background-color : #B5B5B5;
}

H1 {
	color: Black;
	width: auto;
	font-family : Georgia;
	font-size : 48pt;
	font-weight : bold;
	text-align : center;
	padding-bottom : 3%;
	text-transform : capitalize;
} 

H2 {
	color: Blue;
	width: auto;
	font-family : Georgia;
	font-size : 34pt;
	border-bottom-color : Blue;
	border-bottom-style : solid;
	border-bottom : thin solid;
	padding-bottom : 0.5%;
	margin-left : 10%;
	padding-top : 2%;
	text-transform : capitalize;
	margin-right : 20%;
} 

H3, H4 {
	color: Red;
	width: auto;
	font-family : Georgia;
	font-size : 20pt;
	margin-left : 10%;
	margin-right : 20%;
}

p {
	text-align : justify;
	margin-left : 10%;
	margin-right : 20%;
}

.caption {
	font-family: "Franklin Gothic Medium Cond", serif;
	font-style : italic;
	font-size : 11.5pt;
}

IMG.left-floating {
	float: left
}

IMG.right-floating {
	float: left
}

.quote {
	background-color: #ADD8E6;
	color: Black;
	padding-bottom: 3%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 3%;
	font-family: "Franklin Gothic Medium Cond", serif;
	font-style : italic;
	font-size : 12.5pt;
	border: thin none black;
	margin-left:10%;
	margin-right: 50%;
	float : left;
	text-align : center;
}

A.email {
	text-decoration : underline;
	color : Blue;
	background-color : transparent;
}

A.email:hover {
	text-decoration : underline;
	color : Blue;
	background-color : transparent;
}

A.email:visited {
	text-decoration : underline;
	color : Blue;
	background-color : transparent;
}

A.email:active {
	text-decoration : underline;
	color : Blue;
	background-color : transparent;
}

A.out:link {
	color: Black;
	text-decoration : underline;
	background-color : transparent;
}

A.out:hover {
	color: Black;
	text-decoration : underline;
	background-color : transparent;
}

A.out:visited {
	color: Black;
	text-decoration : underline;
	background-color : transparent;
}

A.out:active {
	color: Black;
	text-decoration : underline;
	background-color : transparent;
}

p.date {
	color : Red;
	font-style : italic;
}

