BODY {
	color: black;
	background-image: url(gifs/bkg.jpg);
	background-repeat : repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}

BR, TABLE, TBODY, TD, TR, TH, P, DIV, FORM, H1, H2, H3, H4, H5, H6, BLOCKQUOTE, UL, OL, LI, FONT, STRONG, EM, I, B, SPAN {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK, .green {
	color: #006666;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED {
	color: #668899;
	background: transparent;
}

.red {
	color: red;
	background: transparent;
	font-weight: bold;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 125%;
}

.smaller {
	font-size: 85%;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.centered_content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

