h4 {
font: bold 22px times new roman, serif;
color: black;
}
p {
font: 14px times new roman, serif;
}
a:link {
color: #0000ff;
}
a:visited {
color: #660099;
}
a:hover {
color: red;
}
#wrapper { 
 margin: 0 auto;
 width: 860px;
}
#leftcolumn { 
 color: black;
 padding: 0px;
 width: 100px;
 float: left;
}
#content { 
 color: black;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 80px;
 width: 620px;
 float: left;

}
#rightcolumn { 
 color: black;
 padding: 0px;
 width: 5px;
 float: left;
}
</html>
