@charset "iso-8859-1";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #953386;
	font-size: 24px;
}

h2{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}

h3{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: square;
}


a {
	color: #bbb;
	font-style: italic;
	text-decoration: none;

}

a:visited {
	color: #bbb;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #bbb;
	text-decoration: underline;
}
