/* CSS Document */
BODY {
    color: black;
    background-color: white;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
}


ul {
	padding: 0px;
	margin: 5px;
	margin-left: 0px;
	list-style: none;
}

li {
	padding: 1px;
}

img {
	border: 0;
}

a, a:link, a:active, a:visited {
	color:black;
	text-decoration:underline;
}
a:hover {
	color:black;
	text-decoration:underline;
}



.title {
	background-color:#eeaaff;
	position: relative;
	
	
	font-size: 12px;
}


