body {
 font-family: serif;
 font-size: large;
 font-style: normal;
 color: black;
 background-color: white;
 text-alignment: left;
;
}

table {
   font-size: normal; 
    font-style: bold;
    color: black;   
;
}
h2 {
 font-size: large;
 color: white;
 background-color: #646A77;
 text-alignment: left;
;
}
h1 {
 font-size: x-large;
 color: white;
 background-color: #000000;
 text-alignment: left;
;
}
h3 {
 font-size: large;
 color: black;
 background-color: white;
 text-alignment: left;
;
}
h4 {
 font-size: normal;
 color: black;
 background-color: white;
 text-alignment: left;
;
}
h5 {
 font-size: x-large;
 color: red;
 background-color: #000000;
 text-alignment: left;
;
}
.navigation {  background-color: #3048a8; font-size: large; 
color: #efe52b}


.heavy {text-align: center;  font-size: x-large;}	
.central {text-align: center;  font-size: large; font-style:bold}			  
.tiny {font-size: small;}
.btiny {font-size: small; font-style: italic;}
.fatred{color: red;}

