﻿a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.header
{
	background-repeat: repeat;
	background-image: url(img/bg.jpg);
	color:White;
	font-weight:normal;
	font-size:10pt;
}
.header th
{
	background-repeat: repeat;
	background-image: url(img/bg.jpg);
	color:White;
	font-weight:normal;
}
.menu
{
	background-repeat: repeat;
	background-image: url(img/bg.jpg);
	color:White;
	font-weight:normal;
	font-size:10pt;
	text-align:center;
}