body {
	background-color: #FFFFFF;
	background-image: url(../img/global/bkgrd.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	line-height: 150%;
	text-align: center;
}

a:hover {
	color: #FF0000;
	background-color: transparent;
}



h1 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}

h2 {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;


}
.textlinks {
	color: #003366;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: lighter;
}

.textlinks:link {
	text-decoration: none;
}

.textlinks:hover {
	color: #FF0000;
	background-color: transparent;
}	 

.textlinks:visited {
	text-decoration: none;
}

.footer {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: gray;
}
