/*
	Stoddard's Style Sheet
	Created by: Em McKnight
	Date:		May 26, 2009

	File name:	stoddard.css
	Supporting files:	none
*/
body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: A0A1D3;
	}
	
h1{
	font-size: 24pt;
	text-align: center;
	}

h2{
	font-size: 18pt;
	text-align: center;
	}

#stod{
	font-family: Cursive;
	font-size: 42pt;
	color: red;
	}

#links ul{
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
	}
	
#links a{
	color: white;
	font-weight: bold;
	}

#currentLink{
	text-decoration: none;
	}

#links li{
	padding-bottom: 1px
	}

/*#links a:hover{
	font-size: 14pt;
	}

#currentLink a{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}*/
