﻿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:active {
background-color: #ffff00;
}
a:hover {
font-weight: bold;
color: red;
}
#wrapper { 
 margin: 0 auto;
 width: 860px;
}
#leftcolumn { 
 color: black;
 padding: 10px;
 width: 200px;
 float: left;
}
#content { 
 color: black;
 padding: 10px;
 width: 600px;
 float: left;

}
#rightcolumn { 
 color: black;
 padding: 10px;
 width: 8px;
 float: left;
}

li { 
 line-height: 1.75;

}
</html>