  
h1 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

h2 {
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	color: Gray;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	line-height: 40%;
}

h3 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}



h4 {
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
	color: #cc9933;
	height: auto;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	color: #660000;
	height: auto;
	font-family: "Times New Roman", Times, serif;
}

body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
}

p {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
}

.review {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}

span.pquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #cccc99;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: 120%;
}

span.reverse {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: White;
	background-color: #003333;
	line-height: 140%;
}


span.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

span.review {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}

hr {
	color: #cccc99;
	font-weight: bolder;
}


a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #99A189;
	background-color: #FFFFFF;
	line-height: normal;
}

a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #99A189;
	background-color: white;
}


a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #333333;
	background-color: #ffffc6;
}
a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #cc9933;
	background-color: transparent;
}
A:link, A:visited, A:active { text-decoration: underline }
