* {
margin: 0;
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #eee;
}
a {
color: #999;
text-decoration: underline;
}
a:hover {
color: #000;
}
a img {
border: 0 none;
}
h1, h2, h3 {
color: #333;
background: transparent;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1em;
}
h3 {
font-size: 1em;
}
ul {
list-style-type: square;
}
hr {
color: #bbb;
}
