body
{
	background-color: #d8d8d8;
	background-image: url("bg.png");
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	width: 600px;
}

div.main_text
{
	margin-top: 145px;
	margin-left: 185px;
	width: 400px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	
}

a
{
	text-decoration: underline;
	color: #444444;
}

ul
{
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 20px;
	
}

a:visited
{
	
}

a:active
{
	
}

a:hover
{
	color: #777777;
}