/*
Color Palette for this site
#2c1320 dark maroon
#66a3a7 Muted Teal
#B1ABCA lavender 2
#aeabc8 lavender
#92706c Grayish Brown
#fddabd peach
*/

@font-face {font-family:'Alivia'; 
			src: url('Alivia.ttf') format('truetype'), 
				url('Alivia.otf') format('opentype');
			}
p {background-color: #8897ad;
	font-family: Garamond, serif;
	}
p#overview {background-color: #aeabc8;
		font-size: 1.67em;
		font-style: bold; }
p.temp {font-style:italic;
	font-size: 1.2em;
	}
body {background-color: #a698b3;
	 font-family: Garamond, serif;
	 width: 80%;
	 min-width:720px;
	 margin:0 auto;}
nav {font-family: 'Alivia', sans-serif;
	font-size:1.5em;
	}
ul {background-color: #92706c;
	color: #66a3a7;
	}
h1 {font-family: 'Alivia', sans-serif;
	font-size: 3em;
	color: #2c1320;
	clear: left;
	}
h2  {font-family: "Alivia", sans-serif;
	}
a {color:#2c1320;
	}
a:visited{
	color:#66a3a7;
	}
a:hover{
	background-color:#fddabd;
	}
a:active{
	font-size:1.3em;
	}
div{
	font-family: 'Alivia', sans-serif;
	font-size:1.5em;
		}
div#skipnav{
	position:relative;
	right: 12.5%;
	}
div.info{
	width:35%;
	font-size: 1.2em;
	float: left;
	}
th{}
td{}
tr{}
caption{}
tbody{}
thead{}
table{}
