body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #5888C0;
	text-decoration: none;
	background: url(images/underline.gif) bottom left repeat-x;
}

a:visited {
	color: #5888C0;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}
.box {
display: block;
border: 1px solid #050505;
}
li {
	padding: 0.5em;
}
.myhead {
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}
.mytitle {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
