a:link {
	font-weight: bold;
	color: #2517A2;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #1A6DED;
	text-decoration: none;
	text-transform: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #900;
	text-decoration: underline;
	font-weight: bold;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/pixelbullet.jpg);
	list-style-type: square;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/pixelbullet.jpg);
	list-style-type: square;
	line-height: normal;

}
ol {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	line-height: normal;
}
#h1 {
	color: #B5462A;
}
