
    
    
    /* 
      General (for all pages) 
    */
	
    div#Title{
      font-family: 'Monofett', cursive;
      font-size:38pt;
      margin:0 0 10px 0;
    }
    
    div#Subtitle{
      font-family: 'Open Sans', sans-serif;
      font-size:14pt;
      margin:0px 0 20px 0;
    }
	
	a:hover{
      text-decoration:none; 
    }
    a:link { 
      text-decoration:none; 
    }
    a:visited { 
      text-decoration:none; 
    }
    a:active { 
      text-decoration:none; 
    }
    a:focus { 
      text-decoration:none; 
    }
