body {
background-color : #ffffff;
background-image : url(bg_meta.gif);
background-position : top right;
background-attachment : fixed;
background-repeat : no-repeat;
margin-top : 150px;
margin-bottom : 100px;
margin-left : 150px;
margin-right : 250px;
}

h1 {
font-size : 16px; 
font-weight : 600; 
padding-top : 25px;
}

h2 {
font-size : 14px; 
font-weight : 600;
padding-top : 15px;
}

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

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

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

a:active {
color : #ffffff;
background-color : #cccccc;
}

