p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	line-height: 24px;

}
table {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #FFFFCC;
}

