/* CSS Document */
body {margin: 0;
      padding: 0;
	  font-family: Verdana;
	  font-size: 10px;
	  color: #cf5800;
}

ul {list-style-image:url(../imagens/arrow_gry.gif);}

ul a:link {
	color: #7A95AF;
	text-decoration: none;
}

ul a:visited {
	text-decoration: none;
	color: #7A95AF;
}

ul a:hover {
	text-decoration: underline;
}

ul a:active {
	text-decoration: none;}
	
li {height: 17px;}

p {margin-left: 55px;}
