p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-image: url(../pics/transparent.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
