a:link {
	color: #0000EE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #0000EE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color : #5555FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.imglink:link span.text {
	color: #0000EE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.imglink:visited span.text {
	color: #0000EE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.imglink:hover span.text {
	color : #5555FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.imglink:link {
	text-decoration: none;
}

a.imglink:visited {
	text-decoration: none;
}

a.imglink:hover {
	text-decoration: none;
}

body, b, td, i {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.std {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

ul {
    list-style-type: none;
}

li {
    margin-bottom: 1em;
}