BODY, TD {
	color : #99FFFF;
	background-color : Black;
	font-family : "Goudy", "Goudy Old Style", serif;
}

H1 {
	font-size : xx-large;
	text-align : center;
}

H2 {
	font-size : x-large;
	text-align : center;
}

A 		{
	color : #00FFCC;
}

A:HOVER {
	color : #0099FF;
}

A:VISITED {
	color : #99FFFF;
}

A:ACTIVE {
	color : #99FFFF;
}

.disclaimer {
	font-size : xx-small;
	text-align : center;
	font-family : arial, sans-serif;
}

.linkbar {
	font-size : small;
	text-align : center;
}

.block {
	width : 100%;
}

.smallstack {
	float : left;
	vertical-align : text-top;
	margin-left : 2%;
	margin-right : 2%;
}

.short {
	margin : 0 0 0;
}

.entry {
	background-color : #CCFFFF;
	font-style : italic;
}

fieldset {
	border : thin solid #99FFFF;
	width : 70%;
	align : center;
	text-align : left;
}

.wtxt {
	background-color : #DFFFFF;
	color : Black;
	border : thick solid Black;
	}

.google {
	background-color : #FFFFFF;
	color : Black;
	border-width : 0;
	font-family : arial, sans-serif;
}

.largelinks {
	font-size : x-large;
	text-align : center;
}

.large {
	font-size : large;
	text-align : center;
}

th {
	background-color : #383838;
}

.thirds {
	width : 31%;
	padding : 1%;
	float : left;
      }