/* CSS Document */

body {
	background-color: #DB2220;
	background-image: url(images/bgpic2.jpg);
	background-repeat: repeat-x;
}
	
a:link {
	text-decoration: none;
	color: #ECE9D8;
}
a:visited {
	text-decoration: none;
	color: #ECE9D8;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
