body {
background:white;
color:black;
margin: 0 0 5px 0; 
padding:10px; 
}

#content {
display: block; 
position: relative;
top:5px;

}

.link_box {
padding:2px;
background:#c0c0c0;
border:1px solid white;
}

li {
line-height:1.5em;
}

a:link {
color:black;
font-weight:bold;
text-decoration:none;
}
a:active {
color:black;
font-weight:bold;
text-decoration:none;
}
a:visited {
color:black;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:white;
}


a.urhere:link {
color:white;
font-weight:bold;
text-decoration:none;
}
a.urhere:active {
color:white;
font-weight:bold;
text-decoration:none;
}
a.urhere:visited {
color:white;
font-weight:bold;
text-decoration:none;
}
a.urhere:hover{
color:black;
}


a.site:link {
color:#ccc;
font-weight:bold;
text-decoration:none;
}
a.site:active {
color:#ccc;
font-weight:bold;
text-decoration:none;
}
a.site:visited {
color:#ccc;
font-weight:bold;
text-decoration:none;
}
a.site:hover{
color:white;
text-decoration:underline;
}

a.copyrite:link {
color:black;
font-weight:bold;
text-decoration:none;
}
a.copyrite:active {
color:black;
font-weight:bold;
text-decoration:none;
}
a.copyrite:visited {
color:black;
font-weight:bold;
text-decoration:none;
}
a.copyrite:hover{
color:black;
text-decoration:underline;
}