i min css för att länkarna ska bli feta i min meny när jag för muspekaren över dom?
& varför blir inte bakgrunden transparent där menyn ligger?
http://w1.704.comhem.se/~u70411449/
body, a {
text-decoration:none;
color: #000099;
font-family: comic sans MS;
font-weight: normal;
font-size: xx-small;
text-align:center;
line-height:200%;
}
a:link{
color: #000099; text-decoration: none; cursor:crosshair
}
a:visited{
color: #000099; text-decoration: none;
}
a:hover{
color: #66ccff; text-decoration: underline overline; height:2pt; filter:blur; cursor:e-resize;
}
a:active{
color: #000099; text-decoration: none;
}
iframe{
border: 1px dashed #000099;
}
body {
scrollbar-face-color: #F5F9FC;
scrollbar-highlight-color: #F5F9FC;
scrollbar-3dlight-color: #000099;
scrollbar-darkshadow-color: #F5F9FC;
scrollbar-shadow-color:#F5F9FC;
scrollbar-arrow-color: #000099;
scrollbar-track-color: #F5F9FC;
}
-->
{ }
<!--
BODY {background-color: transparent; }
-->
</STYLE>
</head>