body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
background-color: #F9F9F9;
width: 50%;
margin-left: 10%;
margin-right: 10%;
} 
h3 {
letter-spacing: 2px;
}
h4 {
text-align:right;
}
hr {
border:0px;
height: 1px;
  width: 90%;
color: #333333;
background-color: #333333;
}
div.misc a {
margin-right:10%;
}

p {
line-height:150%;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}