/*
	------
	librarian.net stylesheet, borrowed from http://www.uoguelph.ca/regweb/style/css.shtml
	------
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:28px;
	text-align:center;
	background-color : #CCCCCC;
}

A 			
{
	text-decoration: underline;
} 

A:visited	{
	color: #666666;
	text-decoration: none;
} 

A:link  
{
	color : #999933;
	text-decoration: underline;
}

A:active	{
	color: Red;
	text-decoration: none;
} 

A:hover		{
	color: #999933;
	text-decoration: underline;
} 

.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
 {
	padding-left: 5px;
	list-style-type: circle;
} 

h2
{
	color: #F03C00;
	font-weight: bold;
	padding-bottom:26 px;
}

h3
{
	color: #F03C00;
	font-weight: bold;
	padding-bottom:2 px;
}

.quote	
{
	font-family: "Times New Roman", Times, serif;
	color: #7E7E7E;
	margin-left : 15px;
}


