/* CSS Document */

/* Universally remove margins & padding */
*{
	margin: 0; 
	padding: 0;
} 

body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
}

ul{
	clear: both;
	padding-left: 10px;
}

ul li {
	background: url(images/arrow.gif) 0 2px no-repeat; 
 }
 
 a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}