﻿body
{
	margin: 0px;
	background-image: url('Pix/bg.gif');
	background-repeat: repeat-y;
	background-color: #000;
}
p
{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: justify;
}
.menulist
{
	font-size: medium;
	text-align:left;
	list-style: none;
}
.menu ul li a
{
	color: #F60;
	text-decoration: none;
	
}
.menu a:hover
{
	color: #F90;
}
a.menu:visited
{
	text-decoration:none;
}
.current
{
	color: Yellow;
}