a:link {
	color: #C70000;
	text-decoration: none;
}
a:visited {
	color: #C70000;
	text-decoration: none;
}
a:hover {
	color: #3E8BE3;
	text-decoration: none;
}
a:active {
	color: #FE5735;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}
.border {
	border: 2px solid #E67473;


}
