/*

		stylesheet designed by Jessamyn West
		Rutland Free Library

		color scheme:

		#6C172F - maroon
		#AB6372 - light maroon
		#FFF4E1 - very light yellow
		#FAEAC0 - light yellow
		#EECA55 - dark yellow
		#fff - white
		#000 - black
		#808080 - grey
		#222 - light grey
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	text-align:center;
	background-color:#FFF4E1;
}

A 			
{
	text-decoration: underline;
} 

A:visited	{
	color: #AB6372;
	text-decoration: none;
} 

A:link  
{
	color : #6C172F;
	text-decoration: underline;
}

A:active	{
	color: Red;
	text-decoration: none;
} 

A:hover		{
	color: #EECA55;
	text-decoration: underline;
} 

.main
{
	width:500px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	background:#FFF;
	text-align:left;
	border : 1px solid;
	font-weight: bolder;
}

HR {
	color: #999999;
	width:100%;
	height:1;
}

ul
 {
	list-style-type: circle;
	padding-bottom:10 px;
	padding-top: 10px;
} 

h1 {
	color: #6C172F;
	padding-top:28 px;
}

h2
{
	color: #6C172F;
	font-weight: bold;
	padding-bottom:20 px;
}

h3
{
	color: #6C172F;
	font-weight: bold;
	padding-bottom:2 px;
}

.quote	
{
	font-family: "Times New Roman", Times, serif;
	color: #7E7E7E;
	margin-left : 15px;
}

a.next{
	border :1px solid #500000;
	text-decoration: none;
	font-family: courier;
	font-size: smaller;
	margin-top: 15px;	
	padding:2px;
}

a:hover.next {
	text-decoration: none;
	color: #CC0000;
	background: #FFF4E1;
}
