	a:link {
	text-decoration: underline;
	color: #5b5b5b;
	}
	a:visited {
	text-decoration: underline;
	color: #5b5b5b;
	}
	a:hover {
	text-decoration: none;
	color: #5b5b5b;
	}

	a img { border: 1px #837c34 solid; }
	a img:visited{ border: 1px #837c34 solid; }
	a img:hover { border: 1px #837c34 dashed; }

	.maintop {
	width: 312px;
	height: 100px;
	margin: 1px;
	padding-top:5px;
	padding-left:5px;	
	padding-right:5px;		
	float: left;
	display: block;
	text-align: left;
	font-size: 14px;
	font-family: arial;
	color:#ffffff;
	background: #837c34;
	}
	.maintop a {
		font-size: 21px;
		color:#f4e05a;
	}
	.maintop a img {
		width: 120px;
		height: 90px;
		border: 1px solid #ffffff;
		float: left;
		margin: 0 4px 0 0;
	}
	.maintop a:hover img {
		border: 1px solid #000000;
	}
