a:visited {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #0088FF;
}
a:active {
	color: #0000FF;
}
body {
	text-align: center; /* for IE */
	margin: 0px;
	background-position:center;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-y;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color: #FFFFFF;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	width: 780px;
	height: 100%;
	min-height: 1000px;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 17px;
}
.header {
	font-size: 24px;
	font-weight:bold;
	line-height:30px;
}

.subheader {
	font-size: 20px;
}
.displayimage {
	border: 1px solid #00204e;
}
.size {
	font-size: 10px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	margin-left:60px;
	line-height:26px;
	border-bottom: 1px solid #ccccff;
	color:#777777;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	margin-left:330px;
	color: #555555;
}
