Line 4:
  font-weight: lighter;    font-weight: lighter; 
   
    + a {  
    + text-decoration: none;  
    + font-weight: lighter;  
    + }  
       
    + h1 {  
    + font-size: 125%;  
    + font-weight=900;  
    + }  
    + h2 {  
    + font-size: 120%;  
    + }  
    + h3 {  
    + font-size: 115%;  
    + font-weight=normal;  
    + }  
    + h4 {  
    + font-size: 100%;  
    + font-color: blue;  
    + }  
       
  #wiki-page {    #wiki-page { 
  /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%);    /*background-image: linear-gradient(bottom, rgb(238,238,238) 98%, rgb(204,204,204) 100%); 
Line 33:
       
   
- a {      
- text-decoration: none;      
- font-weight: lighter;      
- /*color: white;*/      
- }      
       
- h1 {      
- font-size: 125%;      
- font-weight=900;      
- }      
- h2 {      
- font-size: 120%;      
- }      
- h3 {      
- font-size: 115%;      
- font-weight=normal;      
- }      
- h4 {      
- font-size: 100%;      
- font-color: blue;      
- }      
       
  /* Logo */    /* Logo */ 
Line 76:
  padding: 0;     padding: 0;  
  text-align: center;    text-align: center; 
- margin-bottom: 45px;