﻿a {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: underline;
}
body {
	background-color: white;
	border: none;
	color: black;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 30px 0 30px;
}
.main {
	color:black;
	margin-left:0px;
}
.mainvar {
	color:black;
	margin-left:0px;
}
.menu {
	display:none;
}
