a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#leftcolumn{
float:left;
font: bold 14px Arial;
width:150px;
height: 400px;
padding: 5px;
padding-left: 8px;
background-color: #F0F0F0;
}
#leftcolumn a{
display: block;
width: 80%;
text-decoration: none;
font-weight: bold;
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}
#leftcolumn a:hover{
background-color: #CCCCCC;
}
#rightcolumn{
float:left;
width:805px;
min-height: 400px;
height: 400px;
}