body {
font-family : sans-serif; 
font-size : small; 
background-color : black;
text-align: center;
} 

a {
color : rgb(204,0,0); 
font-weight : bold; 
} 

a:hover {
color : rgb(204,0,0);
font-weight : bold; 
} 

.norm {
font-size : x-small;
color : rgb(204,0,0);
text-align: center;
}


