

/* Presentation Stylesheet */ 

 
body {
	background: #c8c2a7;
	scrollbar-base-color: #c8c2a7;
	scrollbar-arrow-color: #342d7e
	cursor:move
	}

	a:link {color: #000000; text-decoration: underline}
	a:visited {color: #000000; text-decoration: underline}
	a:hover {color: #817a68;text-decoration: underline}
	a:active {color: #817a68; text-decoration: underline}


/* Fonts */


p.small {
	font-family:"Verdana,Arial,Helvetica,Sans-Serif";
	line-height: 16px;
	font-size: 70%;
	font-weight: normal;
	color: #2b3856;
	text-align: justify;
	}

p  	{
	font-family:"Verdana,Arial,Helvetica,Sans-Serif";
	line-height: 16px;
	font-size: 80%;
	font-weight: normal;
	color: #2b3856;
	text-align: justify;
	}

p.large {
	font-family:"Verdana,Arial,Helvetica,Sans-Serif";
	line-height: 16px;
	font-size: 90%;
	font-weight: normal;
	color: #2b3856;
	text-align: justify;
	}

/* Headers */	
 
 
h1 {
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
	color: #2b3856;
	text-align: center;
	}

h2 {
	font-family: Tristan;
	font-size: 110%;
	font-weight: bold;
	color: #2b3856;
	text-align: center;
	vertical-align: center;
	}
	
h3 {
	font-family: Verdana;
	font-size: 100%;
	font-weight: bold;
	color: #2b3856;
	text-align: center;
	}
	
h4 {
	font-family: Verdana;
	font-size: 90%;
	font-weight: bold;
	color: #2b3856;
	text-align: left;
	}

/* Assorted Other Shit */

li 	{
	font-family:"Verdana,Arial,Helvetica,Sans-Serif";
	line-height: 16px;
	font-size: 90%;
	font-weight: normal;
	color: #2b3856;
	}
	
li.small 	{
	font-family:"Verdana,Arial,Helvetica,Sans-Serif";
	line-height: 16px;
	font-size: 75%;
	font-weight: normal;
	color: #2b3856;
	}

#logo {
 	margin: 0; 
 	text-align: center;
 	}

 	
pre {
 	text-align:left;
 	margin: 0;
 	padding: 20px 0;
 	}