/*
Color palette for this site
#851bde light purple 
#531586 dark purple
#000000 Black
#f1f1f1 white grey
#ededed light grey
#aeaeae dark grey
*/
@font-face {font-family:'CoolveticaHvComp';
           src: url('CoolveticaHvComp.otf') format('opentype');
           }
h1 {font-family:  'CoolveticaHvComp', sans-serif; 
	font-size: 2.8em;
	clear: left;
	}
h2 {font-family: 'CoolveticaHvComp', sans-serif; 
	font-size: 2.8em;
	}	
p {background-color: grey;
  		font-family: Arial, Helvetica, sans-serif;
		}
body {border: 1px solid black;
 		 padding: 5px;
 		 width: 80%;
 		  min-width: 720px;
 		  margin:0 auto;
		}
ul {font-family:  'CoolveticaHvComp', sans-serif; 
	font-size: 2em;
	}
nav  {font-family:  'CoolveticaHvComp', sans-serif; 
	font-size: 2em;
	}
td {	background-color: light grey;
		padding: 1em;
		border-width: 10px;
		border-style: solid;
		border-color: dark grey;
		margin: 10px;
		}
a {color:#000000;
    }
a:visited{color:#000000;
    }    
a:hover{color: #aeaeae
    }	
div#skipnav{
top: 5px;
left: 5 px;
position:relative;
}	
div.info{
width: 40%;
font-size: 1.2em;
float: left;
}
	