a img{ border: 0.1px none Black; }

a:link{
	background-color: transparent;
	color: Blue;
	text-decoration: none;
}

a:visited{
	background: transparent;
	color: Red;
	text-decoration: none;
}

a:hover {
	background: Ivory;
	color: #999999;
	text-decoration: none;
}

a.nav:link {
	background: transparent;
	color: Black;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	background: transparent;
	color: #4420DB;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:hover{
	background: transparent;
	color: Yellow;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.navtot {
	background-color: transparent;
	color: White;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

body{
	background-color: Ivory;
	background-image: url(../images/BrownStripe.gif);
	background-repeat: repeat-y;
	color: Sienna;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0px;
}

caption {
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

table {
	border: 1px solid Brown;
	border-collapse: collapse;
	padding: 2px;
	width: 70%
}

td {
	border-bottom: 1px solid Brown;
	border-top: 1px solid Brown;
	font-size: 11px;
	text-align: center;
}

th {
	border: 1px solid Brown;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.box{
	background: Ivory;
	border-color: Lime;
	border-style: groove;
	border-width: 2px;
	color: Sienna;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

.clearing{
	clear: both;
	height: 0;
	line-height: 0;
}

.content{
	background: Ivory;
	border: 0.1px solid White;
	color: Sienna;
	font-family: Verdana,Eyechart,Geneva,Arial,Helvetica,sans-serif;
	font-size: 15px;
	margin-left: 145px;
	margin-right: 10px;
	padding: 5px;
	width: auto;
}

.header{
	margin-left: 20px;
	margin-top: 10px;
}

.lrand{ float: left; padding-right: 7px; }

.margins{ float: left; padding: 10px; }

.navbox{
	background-color: Goldenrod;
	border-color: #9F8C2D;
	border-style: groove;
	border-width: 2px;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 15px;
	margin: 2px;
	padding: 1px;
	text-align: center;
}

.navigation{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	height: auto;
	left: 3px;
	line-height: 110%;
	position: absolute;
	top: 100px;
	width: 135px;
}

.six {
	background: transparent;
	color: #999999;
	font-size: 11px;
}

