@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.top_table {
	background-image: url(images/top-banner.jpg);
	background-repeat: no-repeat;
}
.nav {
	font-family: "Comic Sans MS", Arial;
	font-size: large;
	line-height: 40px;
	padding-left: 10px;
	font-weight: bold;
}
.nav A:link { text-decoration: none; color: #000000;  }
.nav A:active { text-decoration: none; color: #FF0000; }
.nav A:visited { text-decoration: none; color: #000000; }
.nav A:hover { text-decoration: none; color: #FF0000;  }.titles {
	font-family: "Comic Sans MS", Arial;
	font-size: xx-large;
	color: #FF0000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.content {
	font-family: "Comic Sans MS", Arial;
	font-size: large;
	color: #000000;
	padding: 20px;
}
