

body {
font-family:"Courier New", Courier, mono;
margin-left: 30px;
color: #777;
}

a{
color: #6699CC;
}

a:hover{
color: #6699CC;
}


div#container{
width: 800px
}

h1 {
size: 16px;
}

h2 {
size: 14px;
}

h3 {
font-weight: bold;
size: 12px;
padding: 10px 0px 5px 0px;
border-top: 1px solid #ddd;
}

p {
size: 12px;
}

p#comments {
color: orange;
}


