body, td, th {
  font-family: Verdana, arial, helvetica, sans-serif;

}

h1 {
	font-size: 140%;
	font-family: Century Gothic;
}
h2 {
	font-size: 120%;
	font-family: Century Gothic;
	color: #990000
}

h3 {
	font-size: 110%;
	font-family: Century Gothic;
}

.century {
	font-family: "Century Gothic";
}

.red {
	color:#900;
}
	
.blue {
	color:#009;
} 

.small {
	font-size:90%;
}

p.center {
	text-align: center;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.banner {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: blue;
	border-collapse: separate;
	background-color: rgb(255, 255, 204);
}

table.banner td {
	border-width: 1px;
	padding: 10px;
	border-style: none;
	border-color: white;
	background-color: rgb(255, 255, 204);
	-moz-border-radius: ;
}
a:link, a:visited, a:hover {
	text-decoration: none;
	color:#009;
	font-weight:bold;
	font-size: 97%;
}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #609;

</style>