/* Link styles */

a:link { text-decoration: none; color: #990000; }
a:active{ text-decoration: none; color: #990000; }
a:visited { text-decoration: none; color: #990000; }
a:hover { text-decoration: underline; color: #990000; }

/* Modified tags */

ul {
	font-size: small;
	line-height: 24px;
	list-style-type:square;
	margin-left: 0;
	padding-left: 0;
	list-style-position:inside;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 24px;
	color: #666666;
	margin-top:10px;
	margin-left:10px;
}

p {
	margin-bottom:-10px;
}


/* Font heading styles */

.h1 {
	font-family: "Myriad Web", "trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: x-large;
	line-height: 32px;
}

.h2 {
	font-family: "Myriad Web", "trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: large;
	line-height: 28px;
}

.h3 {
	font-family: "Myriad Web", "trebuchet MS", Arial, sans-serif, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}

.quoteBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;

}
.quoteSource {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

/* Block positions */

.blockBody {
	position: absolute;
	width: 675px;
	left: 15px;
	top: 125px;
	height: 523px;
}

.blockRight {
	position: absolute;
	left: 765px;
	width: 250px;
	top: 120px;
}
