/*
Color Palette
#b3b3ff - lavender 1
#8e7cc3 - lavender 2
#4285f4 - cyan
#9E9E9E - gray
#9900ff - purple
#0000ff - blue
*/

@font-face {font-family: Coolvetica; src: url("Coolvetica Rg.otf") format("otf");
}



	body {
		background-color: #b3b3ff;
		font-family: Arial;
		width: 80%;
		min-width: 720px;
		margin:0 auto;
	}
	
	p {
		font-family: Verdana;
	}
	
	p.temp {
	font-style: italic;
	}
	
	
	h1, h2, h3 {
	clear: left;
		font-family: "Coolvetica", Helvetica, sans-serif;
	}
	
	video {
		border-style: solid;
	}
	
	a:link {
		color: blue;
		font-weight: bold;
		font-family: Verdana;
	}
	a:visted {
		color: #000099;
		font-weight: bold;
	}

	a:hover {
	font-style: italic;
	color: #6363ba;
	}

	table, th, td {
		border: 2px solid black;
		border-collapse: collapse;
	}
	th, td {
		font-family: Verdana;
		background-color: #8e7cc3;
		text-align: center;
		padding: 5px;
	}
	
	div#skipnav {
	position:relative;
	right: 12.5%;
	}
	
	div.info {
	width: 35%;
	font-size: 1.2em;
	float: left;
	padding: 10px;
	}
	