body	{
	background-color:#A67100;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
	font-family:arial;
	color:white;
	}
	
#content	{
position:absolute;
top:25px;
left:150px;
width:500px;
font-family:arial;
font-size:12px;
color:white;
}


.border		{
border-top:white solid 1px;
border-bottom:white solid 1px;
border-right:white solid 1px;
border-left:white solid 1px;
}


b.h1	{
font-size:20px;
font-weight:normal;
}
b.h2	{
font-size:14px;
}

td	{
font-family:arial;
font-size:12px;
color:white;
}

a:link	{
font-family:arial;
font-size:12px;
color:yellow;
font-weight:bold;
text-decoration:none;
}

a:visited	{
font-family:arial;
font-size:12px;
color:yellow;
font-weight:bold;
text-decoration:none;
}

a:active	{
font-family:arial;
font-size:12px;
color:yellow;
font-weight:bold;
text-decoration:none;
}


