body {
   background-color: gray;
}
a, th, td, p, li, dt, dd, div, h1, h2, h3, h4, h5 {
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 14px;
}
a {
   color: blue; 
   font-size: 14px; text-decoration: none;
}
a:hover {
   color: red; 
   font-size: 14px; text-decoration: underline;
}
th {
   font-size: 15px;
}
pre {
   color: blue;
   background-color: #a0a0f0;
   font-size: 15px;
   padding: 10px;
   width: 100%;
}
h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 24px;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
}
h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
}
/* Below here are the CSS classes and ID's that i have added for the GOLD page */

.sublinks {
	text-align: center;
	margin-left: 170px;
	padding: 3px;
}

#updated {
	font-size: 12px;
}

.event{
	border-top: 1px solid #aaa;
}

.event p {
	text-align: justify;
}

.center {
	text-align: center;
}

.person .pic {
	float: left;
	margin-right: 10px;
}