body {
	background-color: #663;
	text-align: center;
}

a:link {
	color: #660;
	text-decoration: underline;
}
a:visited {
	color: #660;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #685748;
}
a:active {
	color: #660;
	text-decoration: underline;
	
}
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #341802;
	text-decoration: none;
}


a.nav:visited{
	text-decoration: none;
	color: #341802;
	}
a.nav:hover{
	text-decoration: none;
	color: #685748;
	}
a.nav:active{
	text-decoration: none;
	color: #341802;
	}

.textcenter {
	text-align: center;
}
.textjustify {
	text-align: justify;
}
.padding {
	text-decoration: none;
	right: 10px;
}
.aligncenter {
	text-align: center;
}
.largetext {
	font-size: large;
}

