.one {
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #9F9FFF;
	list-style-position: outside;
	list-style-type: circle;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #9F9FFF;


}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg_page_1500.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

