h1,h2,h3,h4,h5,h6 {
color: navy;
font-size: 120%
}
hr {
color: green
}
/*
ul {
list-style-type: circle
}
*/
ul
{
list-style-image: url('arrow.gif')
}
