 

body
{
	margin: 0px;
	font-size: small;
	font-family: verdana;
	background-color: #FFFFFF;
}

#container
{
	text-align: left;
	width: 99%;
	position: relative;
	border: 0px;
	background-color: #ffffff;
	margin: 2px;
}

.head
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

hr
{
	height: 0px;
    border-style: solid;
    border-width: 1px 0 2px 0;
    border-color: #82af0a;
	margin-top: 4px;
	margin-bottom: 5px;
}

.img
{
	border: 1px;
	border-style: solid;
	border-color: #6c6c6c;
	margin-right: 3px;
	margin-top: 3px;
}

h1
{
	font-size: medium;
	color: #000000;
	margin: 2px;
}

h2
{
	font-size: medium;
	color: #82af0a;
	margin:2px;
}

.h2
{
	font-size: medium;
	color: #82af0a;
	margin:1px;
	margin-bottom: 10px;
}

h3
{
	font-size: 12px;
	color: #ea0f6b;
	margin: 2px;
}

p
{
	font-size: small;
	color: #000000;
	margin-top:0px;
}

a
{
	font-size: small;
	color: #82af0a;
	margin: 2px;
	text-decoration: none;
}

.nav
{
	font-size: small;
	color: #000000;
	margin: 2px;
	text-decoration: none;
}

.split
{
	background-image:url("./img/split.png");
	background-repeat: repeat-x;
}

.foot
{
	color: #000000;
	font-size: xx-small;
}

#art_nav
{
	width: 100%;
	text-align: center;
}

.date
{
	font-size: x-small;
}

.topnav
{
	width: 100%;
	background-color: #e3e3e3;
	font-size: x-small;
}

.topnav td
{
	border: 1px;
	border-color: #696969;
	border-style: solid;
	background-color: #e3e3e3;
	font-size: xx-small;
	height: 20px;
	padding: 2px;
}

.stretch
{
	border: 1px;
	border-color: #696969;
	border-style: solid;
	background-color: #e3e3e3;
	font-size: xx-small;
	height: 20px;
	width: 100%;
}