/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-color: #d4e4f1;
	background-repeat: repeat-x;
	
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}