* {
	font-family: Arial;
	font-size: 10pt;
}

body {
	background-color: rgb(145,150,203);
}

p, a {
	padding: 0pt;
	margin: 3pt 0pt;
}

p {
	width: 100%;
	border-width: 1pt 0;
	border-color: rgb(182,185,218);
	border-style: solid;
	color: rgb(86,76,172);
}

a {
	border-style: none;
	color: white;
	text-decoration: none;
}

a:hover {
	background-color: rgb(86,76,172);
}
	
li {
	margin-left: 10pt;
	color: white;
	list-style-type: square;
	list-style-position: outside;
}

