<!--
body {
	background-color: #222021;

	background-repeat: repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	list-style: none;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.stylewelcome {	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.copyright {
	font-size: 12px;
	color: #999999;
} 
ul, li {
	font-size: 13px;
	list-style-type: none;
	padding-left: 3px;
}
a:link {
	font-size: 13px;
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	list-style: none;
	left-border: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cecece;
	padding-left: 3px	
}
a:visited {
	text-decoration: none;
	color: #313131;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cecece;
	list-style: none;
	padding-left: 3px
}
a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #CF177d;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CF177D;
	padding-left: 3px
}
a:active {
	font-size: 13px;
	text-decoration: none;
	color: #CF177D;
	font-weight: bold;
	list-style: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CF177D;
	padding-left: 3px;
}
#nav-menu li {
{
list-style-type: none;
list-style: none;
padding: 0;
margin: 0;
}
-->