body{
	font-family: Comic Sans MS, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	color: #fb25ff;
	background-color:#e6faff;
	margin: 0px;
}
.header{
	background: url(images/header.jpg) center no-repeat;
	height:214px;
}
.footer{
	background: url(images/footer.jpg) center no-repeat;
}
.footer-bg{
	background: url(images/footer-bg.jpg) repeat-x;
}
.desc{
	float: left;
	width:530px;
	height:40px;
	color:#fb25ff;
	font-size:12px;
	text-align: center;
	margin:80px 0px 0px 65px;
}
.bookmark-top{
	margin:0px 0px 0px 330px;	
}
.td1 {
	font-size: 12px;
	color: #007eff;
	font-weight: normal;
}
.td2 {
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}
a:link, a:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}
a:active, a:hover{
	text-decoration: underline;
	font-size: 12px;
	color: #fb25ff;
	font-weight: normal;
}
.a1:link, .a1:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fb25ff;
	font-weight: bold;
}
.a1:active, .a1:hover{
	text-decoration: underline;
	font-size: 12px;
	color: #fb25ff;
	font-weight: bold;
}

img {
	border:0px;
}
.img a:link img, .img a:visited img, .img a:active img{
	border:#ff76fc solid 1px;
	margin:5px;
}
.img a:hover img{
	border:#ff76fc dashed 1px;
	margin:5px;
}