a
{
	color: RGB(42,21,77);
}

body
{
	background: url("../img/side.jpg") repeat-y right top;
	color: RGB(42,21,77);
	font-family: verdana;
	font-size: 12pt;
}

div.content
{
	background-color: transparent;
	left: 245;
	padding-bottom: 20px;
	position: absolute;
	top: 190;
	width: 500;
}

div.menu
{
	color: rgb(211,228,74);
	cursor: pointer;
	height: 21px;
	left: -10;
	position: absolute;
	width: 218px;
}

div.selected
{
	color: rgb(211,228,74);
	cursor: pointer;
	height: 20px;
	left: -5;
	position: absolute;
	width: 218px;
}

h1
{
	font-family: verdana;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: 3pt;
	text-decoration: none;
}

h2
{
	font-family: verdana;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 2pt;
	text-decoration: none;
}
