/* Default CSS */


.header			 {
				  width: 100%;
				  height: 15%;

}

.sidebar		  	{ 
					width: 10%;
                    min-width:150px;
                    border-spacing:length;
                    height:100%;
					float: left;
					margin-left: 5%;
                    background-color:white;
                    box-sizing:content-box;
                    margin-right:10%;
                    

}


.cat				{ 
					  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
					  font-size: 1.5rem;
                      	  
}


.cat2				{ 
					  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
					  font-size: 1.5rem;
					  padding-top: 20%
					  
}



.year				 { 
					   font-family: Futura, "Trebuchet MS", Arial, sans-serif;
					   font-size: 1rem;
					   
					   line-height: 0.4em;
}

                       

A.cat1 {color:black;}
A.class1:link  {text-decoration: none; color:black;}
A.class1:visited {text-decoration: none; color:black;}
A.class1:hover {text-decoration: underline; color:black;}
A.class1:active {text-decoration: none; color:black;}


A.class2 {color:black;}
A.class2:link {text-decoration: none; color:black;}
A.class2:visited {text-decoration: none; color:black;}
A.class2:hover {text-decoration: underline; color:black;}
A.class2:active {text-decoration:none; color:black;}

A.class3 {color:black;}
A.class3:link {text-decoration: none; color:black;}
A.class3:visited {text-decoration: none; color:black;}
A.class3:hover {text-decoration: underline; color:black;}
A.class3:active {text-decoration:none; color:black;}

