body {
font-family: 'Arial';
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.main {
	border-width: 3px;
	border-style:  dashed;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.nav {
	background-color: Gold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-image: url('images/mbg.png');
	font-weight: bold;
	color: #5E5E00;
}

a:link {
	color: Black;
	text-decoration: none;
}
a:visited {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: large;
	color: black;
	margin-bottom: 2px;
}
.copyrights {
	font-size: xx-small;
	font-weight: bold;
	color: white;
}
.sets {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.sm {
	font-size: xx-small;

}
.hd {
	background-color: #004080;
	color: #FFFFFF;
	font-size: x-small;
}
.bright {

}

a.dark:link {
	color: Navy;
	text-decoration: none;
}
a.dark:visited {
	color: Navy;
	text-decoration: none;
}
a.dark:hover {
	color: Blue;
	text-decoration: none;
}