/*

		stylesheet designed by Jessamyn West
		Rutland Free Library

		color scheme:

		#F03C00 - orange
		#fff - white
		#000 - black
		#CCCCCC - grey
		#222 - light grey
*/



/*
	------
	librarian.net stylesheet, borrowed from http://www.uoguelph.ca/regweb/style/css.shtml
	------
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:28px;
	text-align:center;
	background-color : #CCCCCC;
}

A 			
{
	text-decoration: none;
} 

A:visited	{
	color: #F03C00;
	text-decoration: none;
} 

A:link  
{
	color : #F03C00;
	text-decoration: none;
}

A:active	{
	color: Red;
	text-decoration: none;
} 

A:hover		{
	color: #999933;
} 

.main
{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	padding:30px;
	background:#ffffff;
	text-align:left;
	border : 1px solid;
	font-weight: bolder;
}

HR {
	color: #999999;
	width:100%;
	height:1;
}

ul
 {

    list-style-image: url(dot.gif);
} 

li
 {
	padding-left: 6px;
} 

h1 {
	color: #F03C00;
}

h2
{
	color: #F03C00;
	font-weight: bold;
	padding-bottom:26 px;
}

h3
{
	color: #000;
	font-weight: bold;
	padding-bottom:2 px;
}

td {
border :1px solid #666;
padding:4px;
}

.quote	
{
	font-family: verdana, "sans serif";
	font-size: 11px;
	color: #7E7E7E;
}

a.next{
	border :1px solid #ccc;
	text-decoration: none;
	font-family: courier;
	font-size: smaller;
	margin-top: 15px;	
	padding:2px;
}

a:hover.next {
	text-decoration: none;
	color: black;
	background: #F03C00;
}
