.basic_plays, A.basic_plays:link, A.basic_plays:visited
{
font-family: verdana;
font-weight: bold;
font-size: 11px;
color: #62286c;
text-decoration: none ;
line-height: 14px;
}
A.basic_plays:hover, A.basic_plays:active
{
font-family: verdana;
font-weight: bold;
font-size: 11px;
color: #df058c;
text-decoration: none ;
line-height: 14px;
}
Below is also my Javascript call (though I know this is a not a Javascript
group). Just wanted to give everything I'm dealing with.
<head>
<script>
function setFocus(id) {
document.getElementById(id).focus()
}
</script>
</head>
<body style="background-color: #ffffff; background: transparent;"
onload="setFocus('party')">
Thanks,
MN