
a:link { 
	color: red; text-decoration: underline;
}
a:visited {
	color: red; text-decoration: underline;
}
a:active {
	color: red; text-decoration: underline;
}
a:hover {
	color: red; text-decoration: underline;
}


body {
	font-family: Arial; 
}


#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#address {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

	
#maintable {
	margin-left: auto;
	margin-right: auto;
	width 400px;
}

#maintable caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#maintable h1 {
	color: red;
	font-size: 28px;
	text-align: center;
	margin-bottom: 5px;
}

#blurb  {
	font-size: 18px;
	font-style: italic;
}


#maintable h2 {
	font-size: 20px;
	margin-bottom: 3px;
}



#toptable td {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-align: right;
}

#toptable select {
	border: #000000;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	width: 200px;
	text-align: left;
}

#bottomtable td {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-align: right;
}

#bottomtable select {
	border: #000000;
	border-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	width: 600px;
	text-align: left;
}

#footer {
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
}


