a:link    {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	color: yellow;
	text-decoration: none;
}
a:hover  {
	text-decoration: blink;
	font-style: oblique;
}
.SeanStyle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; }
BODY {
	position: relative;
	min-width: 600px;
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	text-align: justify;
	color: white;
	background-color:black;
}
#top { position: absolute; top: 0; left: 0; min-width: 600px; width: 100%; height: 60px; text-align:center;  }
#left { position: absolute; top:270px; left: 0; width: 20%; min-width: 20%;}
#middle { position: absolute; top:60px; left:20%; min-width: 468px; width: 56%; margin: 0% 2% 0 2%;}
#right {
	position: absolute;
	top:60px;
	left: 80%;
	width: 20%;
	text-align:center;
	min-width: 20%;
	float: right;
}
p,h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h5 {font-size: small;}
h2 {text-decoration: blink;}
p {font-size: xx-small;}
img {border: 0px;}
.quotation {text-align: justify;}
.attribution {text-align: right;}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;   
margin-left: +10px;
}
.quotation:before     { content: open-quote; font-size: larger; font-weight: bolder;}
.quotation:after      { content: close-quote; font-size: larger; font-weight: bolder;}
