@font-face
{
	font-family: tolkien;
	src: url("tolkien.eot"); /* EOT file for IE */
}

@font-face
{
    font-family: tolkien;
    src: url('tolkien.ttf') format('opentype');  /* TTF file for CSS3 browsers */
}

@font-face
{
	font-family: hanshand;
	src: url("hanshand.eot"); /* EOT file for IE */
}

@font-face
{
    font-family: hanshand;
    src: url('hanshand.ttf') format('opentype');  /* TTF file for CSS3 browsers */
}

body
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #3D260D;
	background: #FBF9C8;
	background-image: url('images/background.jpg');
	margin: 0px;
}

.headerNav
{
	color: #3D260D;
	text-decoration: none;
	font-size: 14px;
	background: #FBF9C8;
}

a.headerNav
{
	color: #3D260D;
	text-decoration: none;
	font-size: 14px;
	background: #FBF9C8;
}

a.headerNav:hover
{
	color: #FBF9C8;
	background-color: #3D260D;
}

a
{
	color: #4169E1;
	text-decoration: none;
}

a:hover
{
	color: #C39C4D;
}

td
{
	font-size: 12px;
}

td.mainbody
{
	font-size: 12px;
	color: #3D260D;
	background: #FBF9C8;
}

.update
{
	font-size: 9px;
}

td.footer
{
	color: #3D260D;
	font-size: 12px;
	background: #FBF9C8;
}

a.footer
{
	color: #4169E1;
	text-decoration: none;
}

a.footer:hover
{
	color: #C39C4D;
}

.definition
{
	font-family: Times New Roman, Times, serif;
	color: #3D260D;
}

.title
{
	font-family: tolkien;
	font-size: 24px;
	font-weight:bold;
}

.motto
{
    font-family: hanshand;
    font-size: 20px;
}

.membertable
{
	background-color: #FBF9C8;
	border: 2px #3D260D solid;
	border-style: solid;
}
