a{
 color: #660000;
 text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: red;
}
a:active {
    color: red;
    text-decoration: underline;
}

td{
    font-size: 14px;
    font-family: Arial, Helvetica, serif;
    border-width: 1px;
    border-color: black;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #e6e6dc;
}

.toplink{
 color: white;
 text-decoration: none;
}
.toplink:hover {
    text-decoration: underline;
    color: red;
}
.toplink:active {
    color: red;
    text-decoration: underline;
}

.menu{
	font-size:12px;
}
.letters {
	background: #BEB79B;
	border: solid;
	border-color: #999176;
	border-width: 1px 1px 1px 1px;
	letter-spacing: 1px;
	font-size: 14px;
}
.box{
	background: #BEB79B;
	border: solid;
	border-color: #999176;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
}
.box_cont{
	background: #CAC0A0;
	font-size: 11px;
}
.box_tit{
	font-size: 11px;
}
.header{
	margin-right: 15px;
	}