/* CSS Document */

body {
	background-color: #FFFFFF;
	//background-image: url(images/3bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #0000CC;
}