body { 
margin: 0 auto;
background:  url(tile.gif);
align: center;
font: normal 80%/1.3em  Arial, Verdana, sans-serif;
color: white;
font-size: 12px;
background-color: black); 
text-align: left;
margin-top: 10px;
}

#page {
text-align: left;
width: 80%; 
margin-top: 40px;
border: 1px solid white;
padding: 30px;
}

img.left{
margin: 5px 50px 3px 0px;
float: left;
}

img.right{
margin: 5px 0px 3px 10px;
float: right;
}


.ahapic {
margin-top: 30px;
margin-bottom: 30px;
}

a:link.nm {
color: white;
font-weight: strong;
background-color: transparent;
text-decoration: none;
}
a:visited.nm {
color: white;
background-color: transparent;
text-decoration: none;
}
a:active.nm {
color: yellow;
background-color: transparent;
text-decoration: none;
}
a:hover.nm {
color: yellow;
background-color: transparent;
text-decoration: none;
}

img	{
border: none; 
}

.clear_above {
    clear: both;
}