a, a:visited {
	color: #DC143C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-transform: none;
	color: #F390A4;
}
body {
	background-color: White;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;

}
.top{
	background-image: url(pic/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 80px;
	width: 760px;
}
.bot{
	background-image: url(pic/bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 760px;
}
.bot a, a:visited{ color: Green; }
.bot a:hover{ color: Yellow; }
}
.mid{
	font-size: 12px;
	background-color: White;
	border-left: 2px solid #FF79B1;
	border-right: 2px solid #FF79B1;
}
.title{
	font-size: 14px;
	font-weight: 900;
	color: Black;
	text-transform: uppercase;
	
}
.text{
	font-size: 12px;

}