/* CSS Document */
p{
	font-family: Arial;
	font-size: 12px;


}
li{
	list-style-position: outside;
	list-style-image: url(img/check.gif);
}

a{
	color: #990000;

}

a:hover{
	color: #FF0000;
}

