a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-transform: lowercase;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	list-style-type: circle;
}
.biggerlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	list-style-type: square;
}
.listnumber {
	list-style-type: decimal;
}