body {
	background-color: #EAEEF9;
	background-repeat: no-repeat;
	background-image: url();
}
.text li {
	line-height: 1.05pc;
	list-style-position: inside;
	position: fixed;
	list-style-type: circle;
	overflow: visible;
}
.style1 {
	color: #0C6AB0;
	font-weight: bold;
}
.style4 {
	font-size: xx-small;
	color: #0C6AB0;
}
.style5 {color: #0C6AB0}


body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F9BCA9;
}
a:active {
	text-decoration: none;
}
