a:link
{
	color: rgb(150, 200, 200)
}

a:visited
{
	color: rgb(195, 25, 200)
}

a:active
{
	color: rgb(255, 255, 0)
}

a:hover
{
	color: rgb(255, 255, 255)
}

body
{
	background-color: rgb(182, 175, 149);
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

tr.topbar
{
	background-position: center top;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
}

tr.bottombar
{
	background-position: center top;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
}

td.leftbar
{
	background-position: right top;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}

td.rightbar
{
	background-position: left top;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
}

td.menu
{
	background-position: left top;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
}
