body {
	background-color:#EEEEEE;
	background-image: url(images/Background.jpg);
	background-repeat:repeat-y;
	color:#000033;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.0pt;
	text-align:left;
}

a:link {
	color: #000066;
}
a:visited {
	color: #000099;
}
a:active {
	color: #000099;
}
a:hover {
	color: #0000AA;
}

#quoteBox {
	position:relative;
	left: 30;
	width:450px; 
	border: solid 3; 
	border-style:ridge; 
	text-align:center;
}

#quote {
	font-size:12px;
	font-style:italic; 
	font-weight:bold; 
	text-align:left; 
	margin:3 8 3 8;
}
#quoter {
	font-size: 10px; 
	text-align:right;
	padding-bottom: 8;
	margin:3 8 3 8;
}

p, h2 {
	margin-left: 15;
}
