body
{
background:#EAFFE6;
background-image:url('bg.png');
background-repeat:repeat;
}


p
{
font-family:arial, "sans-serif";
width:650px;
}

div#content06
{
background:#eeeeee;
border: 1px solid black;
width:650px;
}

div#div1
{
position:relative;
top:100px;
}

img
{
margin:5px;
border:0px;
}

table
{
margin:auto;
border-top:solid black 1px;
border-bottom:solid black 1px;
}

table#purplebg
{
background-image:url('bg-div1.png');
background-repeat:repeat-y;
}

iframe
{
border:1px black solid;
padding:5px;
background:white;
}

img.title
{
border-bottom: 1px black solid;
border-right: 1px black solid;
}

div#div2
{
position:relative;
top:200px;
}

div#div2 table
{
background:#9966ff;
border:1px black solid;
}

a:link
{
text-decoration:none;
color:black;
border-bottom:1px #ffcc00 solid;
}

#div1 a:link
{
border-bottom:none;
}

#div2 a:link
{
font-size:90%;
}