body
{
 background-image:url('back.png');
 line-height:150%;
}

h1{
line-height:50px;
font-size:50px;
border:5px double green;
background-color:#CFC;
}

h2
{
font-size:30px;
border-bottom:3px dotted green;
border-left:15px solid green;
padding:3px;
}

th
{
 text-align:left;
}