﻿/* CSS Document */

	
a {
font : arial, sans-serif;
font-weight : bold;
text-decoration : none;
color : #990000;
}

a:visited {
font-weight : bold;
text-decoration : none;
color : #990000;
}

a:hover {
text-decoration : underline;
color : #000000;
}

.li {
	list-style-image: url('check.jpg');
	line-height:10px;
}
.ul {
	list-style-image: url('check.jpg');
	line-height:10px;
}
