body
{
	background: url(images/bg.gif);
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	margin: 1em;
}

.main
{
	background: url(images/bg.gif);
	border: 6px #060 solid;
	padding: 0.5em;
}

.first
{
	border: 9px double #960;
}

.holt
{
	width: auto;
	float: left;
	text-align: center;
	font-weight: bold;
}

.flag
{
	width: auto;
	float: right;
	text-align: center;
	font-weight: bold;
}

p
{
	padding: 0 1em 0 1em;
}

.nav
{
	width: 200px;
}

.nav_head
{
	font-weight: bold;
	padding: 3px;
}

.nav a
{
	display: block;
	color: #630;
	text-decoration: none;
	padding: 3px;
}

.nav a:hover
{
	text-decoration: underline;
}

.content
{
	padding: 0 1em 0 1em;
}

.heading
{
	font-size: 1.2em;
	font-weight: 400;
}

.gallery img
{
	border: 6px solid white;
}

.gallery p
{
	padding: 0;
}

.chat
{
	text-decoration: none;
}

.chat:visited
{
	color: red;
	text-decoration: none;
}

.chat:hover
{
	color: green;
	text-decoration: underline;
}

.highlight
{
	font-size: 2em;
}

.sub
{
	font-size: small;
	font-weight: bold;
}

