/* Basic Styles */

body {
	behavior: url("csshover.htc"); /* Win IE behavior call to allow hovering for any element */
	background-image: url(images/wcpaper.jpg);
	margin-top: 0px;
	text-align: center;
}
body,p,h5,h6,td,th,ul,li {
	color: black;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, Times, serif;
}
h2 {
	font-family: Georgia, Times, serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:hover {
	color: #090;
}
a:active {
	color: #090;
}
