
body { 
background-color: #333333;
background-image: url(back.jpg); 
color: #dedede;
font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; 
font-size: 1em; 
}


p {font-size: small;

}


h1 {font-size: 1.6em; 
text-align:center;

} 


h2 {font-size: 1.1em;
text-align:center;
color: #FF0000;

}


h3 {font-size 1.0em; 

}


h4 {font-size 0.9em;

}


a:link {color: #cccccc;
background-color: #000000;
}


a:visited {color: #cccccc;
background-color: #000000;
}


a:hover {color: #cccccc;
background-color: #000000;
}


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

