/* allgemeine links im text */

a:link{ color:#0000ff;text-decoration:underline;}

a:visited{color:#0000ff;text-decoration:underline;}

a:active{ color:#0000ff;text-decoration:underline;}

a:hover{ color:#993300;text-decoration:none;}

<!--
body {
scrollbar-face-color: #F2E7C7;
scrollbar-arrow-color: #000066;
scrollbar-shadow-color: #000066;
scrollbar-3dlight-color: #FFF2C9;
scrollbar-darkshadow-color: #000066;
scrollbar-base-color: #000066;
scrollbar-highlight-color: #FFF2C9;
scrollbar-track-color: #fbfdd3;
}
 -->

.hpmakersubmit {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #993301;
        font-weight: bold;
}

.navcontainer { width: 151px; }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-align:right;
}

.navcontainer a
{
display: block;
padding: 1px;
width: 151px;
background-color: #993301;
border-bottom: 1px solid #FFFFFF;
}

.navcontainer a:link, .navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #ffc301;
color: #993301;
}
