Changes

no edit summary
Line 48: Line 48:  
     text-align: left;
 
     text-align: left;
 
      
 
      
    font-size: 16px;
+
  font-size: 16px;
   
+
font-family:'Lato', sans-serif;
    font-family: 'Lato', sans-serif;
   
      
 
      
 
     color: black;  
 
     color: black;  
Line 72: Line 71:  
a:link {
 
a:link {
 
   text-decoration: none;
 
   text-decoration: none;
 +
color: white;
 
}
 
}
    
a:visited {
 
a:visited {
 
   text-decoration: none;
 
   text-decoration: none;
 +
color: white;
 
}
 
}
    
a:hover {
 
a:hover {
 
   text-decoration: underline;
 
   text-decoration: underline;
 +
color: white;
 
}
 
}
    
a:active {
 
a:active {
 
   text-decoration: underline;
 
   text-decoration: underline;
 +
color: white;
 
}
 
}
   Line 119: Line 122:     
#agenda {
 
#agenda {
width: 70%
+
width: 70%;
 +
font-size: 16px;
 +
font-family:'Lato', sans-serif;
 
}
 
}
  
72

edits