body 
{

background-color: #ffffff;

background-image: url(yoback.jpg);

background-repeat: no-repeat;

background-position: top left;

}




* html body .blockdiv 
{

text-align: left;
color: black;
font-family: tahoma;
font-size: 10pt;
width: 500px;
margin-top:160px;
margin-left:105px;
float: left;
border-style: solid;
border-width: 4px;
border-color: black;
padding: 10px;
} 


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

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

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

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