<!--
html, body {
margin: 0;
color: #000;
background: #FFF5DC;
}
div.pg {
margin: 10px auto;
width: 736px;
clear: both;
}
div.list{
float: left; 
width: 225px;
margin: 10px;
}
h2 {
font-size: 140%;
}
li {
list-style-type: none;
list-style-image: url(button.jpg);
color: #342BAE;
padding: 2px;
}
p {
border-bottom: 1px dotted #E1CC89;
}
a {
font-weight: bold;
}
a:hover {
color: black; text-decoration: none;
}
a:visited {
color: black;
}
hr {
border: 0px;
height: 1px;
background-color: orange;
}
-->