  	  	@import url('http://fonts.googleapis.com/css?family=Open+Sans:700,300');
		
		h1, h2 {
  	      font-family: 'Open Sans', sans-serif;
	    
	    }
		
	    li, ul, dt, p, tr, td {
		    font-family: 'Open Sans', sans-serif;
		
		}
		
		body {
			background: #fff;
			color: #000;
			font-family: 'Open Sans', sans-serif;			
		}
		
        .global .row p {
			background: #fff;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
            color:#000;
            padding:4px 0;
            text-align:left;
            
        }        
		
		p a {			
			text-decoration: none;
			color: #000;
			
		}
		
		p a:hover {
			text-decoration: underline;
			color: #000;
			
		}
		
		p a:visted {			
			text-decoration: none;
			color: #000;
		}
		
        #date {
	       	color: #747474;
	       	
        }
        
        #future a:hover{
	       	color: #c2c2c2;
	       	text-decoration: underline;
	       	
        }
        
        #future a{
        	color: #c2c2c2;
	       	text-decoration: none;
        }
        
        #future a:visited{
        	color: #c2c2c2;
	       	text-decoration: none;
        }

        #future {
	       	color: #c2c2c2;
	       	text-decoration: none;
        }

        
        #menu {
	       	color: #3e3e3e;
	       	text-decoration: none;
	       	
        }
        
        #menu a {
	       	color: #3e3e3e;
	       	text-decoration: none;
	       	
        }
        
        #menu a:hover {
	       	color: #3e3e3e;
	       	text-decoration: underline;
	       	
        }
        
        #menu a:visted {
	       	color: #3e3e3e;
	       	text-decoration: none;
	       	
        }
        
        #time {
	        color: #9f9f9f; /* old: c2c2c2*/
	        	        
        }
        
        #time a:hover {
	        color: #9f9f9f;
	        text-decoration: underline; 
	        	        
        }
        #time a:visted {
	        color: #9f9f9f;
	        text-decoration: none; 
	        	        
        }
        #time a{
	        color: #9f9f9f;
	        text-decoration: none; 
	        	        
        }
        
        #welcome {
	        color: #c2c2c2;
	        	        
        }
        
        #past {
	        color: #c2c2c2; /* old: e1e1e1 */
	        	        
        }
        
        #past a {
	        color: #c2c2c2;	        	        
        
        }
        
        #past a:hover {
	        color: #c2c2c2;	        	        
        
        }

		#past a:visted {
	        color: #c2c2c2;	        	        
        
        }


        
        #history {
	        color: #f3f3f3;
	        	        
        }
        
        #history a {
	        color: #f3f3f3;	        	        
        
        }
        
        #history a:hover {
	        color: #f3f3f3;	        	        
        }
        
        #history a:visted {
	        color: #f3f3f3;	        	        
        }


    