body {
background-color: #000000;
background-image: url(prback.jpg);
background-repeat: no-repeat;
background-position: top left;
}


* html body .blockdiv {
text-align: left;
color: white;
font-family: tahoma;
font-size: 10pt;
width: 500px;
margin-top:160px;
margin-left:105px;
float: left;
border-style: solid;
border-width: 4px;
border-color: white;
padding: 15px;
} 


.blockdiv {
text-align: left;
color: white;
font-family: tahoma;
font-size: 10pt;
width: 460px;
margin-top:160px;
margin-left:105px;
float: left;
border-style: solid;
border-width: 4px;
border-color: white;
padding: 15px;
} 

a:link {
color: #66ff33;
text-decoration: none;
}

a:visited {
color: #66ff33;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #ff0099;
}