body { 
background-color: rgb(240,240,240);
background-repeat: no-repeat;
color: rgb(10,12,10);
margin:0;
} 
a:link {
background-color:  transparent;
color: rgb(15,12,10);
text-decoration:none;
font-weight:bold;
text-shadow:rgb(0,0,0) 0px 0px 5px;
}
a:visited {
background-color:  transparent;
color: rgb(15,12,10);
text-decoration:none;
font-weight:bold;
text-shadow:rgb(0,0,0) 0px 0px 5px;
}
a:active {
background-color:  transparent;
color: rgb(15,12,10);
text-decoration:none;
font-weight:bold;
text-shadow:rgb(0,0,0) 0px 0px 5px;
}
a:hover {
background-color:  transparent;
color: rgb(15,12,10);
text-decoration:underline overline;
font-weight:bold;
text-shadow:rgb(0,0,0) 5px 0px 0px;
}
h1 { 
background-color:  transparent;
color: rgb(10,12,15);
font-weight:bold;
font-size:20pt;
text-shadow:rgb(0,0,0) 5px 5px 5px;
}