body { color: white; font-size: 10px; font-family: Verdana; background-color: #333; }

p {
	color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

td { border-color: black; }

a:link { color: white ; font-family: Verdana; }

a:visited { color: #ccc }

a:hover { color: gray ; font-family: Verdana; }

a:active { color: red }
h1 { color: white; font-size: 10px; font-family: Verdana; font-weight: bolder; font-style: normal; margin: 0.67em 0; }
.street { color: maroon; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: underline; }
.small { color: white; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 12px; }
.backgroundimg { background-color: #000; background-image: url(images/wing.jpg); background-repeat: no-repeat; background-attachment: inherit; background-position: left top; }
.borders { border-right: 1px solid #665c3d; border-left: 1px solid #663; }
.fullborder { border: dotted 1px #665c3d; }
.border { border: solid 1px #665c3d; }
