@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
p{ font-family:"Verdana",Arial,Sans-Serif;color: black; font-size: 14px; padding:10px 10px; } 

H1 {
font-size:20px;
           color:black;
         padding:10px;
		 margin-bottom:-25px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #000;
}
.black-text {
	color: #000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}




