/* CSS Document */

.body{
	background:url(../images/honeycomb.gif);
	text-align:center;
}
a:link {
	color: #be1f09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #80B0EB;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
.table{
	background:#fff;
}
.header{
	background-image:url(../images/header.gif);
	text-align:right;
	color: #fffdb4;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.text{
	vertical-align:top;
	color:#996600;
	padding:5px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.text a:link {
	color: #C03829;
	text-decoration: no-underline;
}
.text a:visited {
	text-decoration: none;
	color: #990033;
}
.text a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.buy {
	border: 1px dotted #fff;
	height:22px;
	vertical-align:bottom;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#999900;
	margin: 10px 10px 25px 10px;
}
.homegroup {
	float:right;
	margin-bottom:10px;
}
a:active {
	text-decoration: none;
}
.linksbar {
	text-align:center;
	background-color: #a29d26;
	vertical-align:top;
	padding:5px;
	letter-spacing:.3 px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #eaf600;
	
}
.linksbar a:link {
	color: #ffffff;
}
.linksbar a:visited {
	color: #ffffd3;
}
.linksbar a:hover {
	background-color:#fff;				color:#990000;
	text-decoration: none;
}
.sitedesign {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
.sitedesign a:link {
	color: #C03829;
	text-decoration: none;
}
.sitedesign a:visited {
	text-decoration: none;
	color: #C03829;
}
.sitedesign a:hover {
	text-decoration: underline;
	color: #000066;
}
.sitedesign a:active {
	text-decoration: none;
}
