/* Structure */
body {
	margin: 0px;
	color: #000;
	background: #eff0ce;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

td{
	font-size: 12px;
}

h1
{
	font-size: 18px;
	color: #461d1b;
	font-weight: bold;
	display: inline;
}

h1.smaller{
	font-size: 14px;
	color: #461d1b;	
	font-weight: bold;
	display: inline;
}

h2
{
	font-size: 16px;
	color: #461d1b;	
	font-weight: bold;
	display: inline;
}

h3
{
	font-size: 14px;
	color: #461d1b;	
	font-weight: bold;
	display: inline;
}

h4
{
	font-size: 12px;
	color: #461d1b;	
	font-weight: bold;
	display: inline;
}

a{
	color: #461d1b;
	text-decoration: none;
}

a:hover{
	color: #9acc35;
}

a.linkbar{
	color: white;
	text-decoration: none;
}

.head{
	color: #461d1b;
}

.foot{
	font-size: 10px;
}

.date{
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}

.message{
	color: #000;
	font-size: 12px;
	display: inline;
}

.audio{
	color: #000;
	font-size: 10px;
	display: inline;
}

.container
{
	text-align:center;
}

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