body {
	font-family: times;
	font-size: 12pt;
	background-image: url(web_files/background.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #3E0C61;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
p.end {
	margin-top: 10px;
	margin-bottom: 10px;
}
blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
}
pre {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 10pt;
	color: #000000;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 10px;
	list-style-image: url(web_files/bullet.gif);
}
ul.news {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
	list-style-image: url(web_files/bullet.gif);
	font-size: 10pt;
}
img.divimage {
	height: 8px;
	width: 450px;
	margin-left: 30px;
}
hr {
	color: #C7AFEF;
	border-color: #C7AFEF;
}
h1 {
	color: #601096;
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	color: #601096;
	font-weight: bold;
	font-size: 24px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 {
	color: #601096;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}
a:link {
	color: #6F29DD;
}
a:visited {
	color: #686868;
}
a:link:hover {
	color: #905AE5;
}