.blacksides {
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0D8D6;
}
.border {
	border: 1px solid #E0D8D6;
}
.colborder {
	border: 1px dotted #a15f45;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #904E40;
	border-right-color: #904E40;
	border-bottom-color: #904E40;
	border-left-color: #904E40;
}
.borderdark {

	border: 1px solid #000000;
}
.maintextblack {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mainlinkusualsize {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECBD87;
}

a:link {color:#ffffff;text-decoration:none;}      /* unvisited link */
a:visited {color:#ffffff;text-decoration:none;}  /* visited link */
a:hover {color:#f5c285;text-decoration:none;}  /* mouse over link */
a:active {color:#f5c285;text-decoration:none;}  /* selected link */

