/* 	CSS Document For www.ruthvenpark.ca
	Author:	Matthew VanderMeer, mlvesolutions@execulink.ca
	Date:	December 2007
	Comments:
			After working on the Ruthven Park website for several months I have decided to update
			the site to use CSS over time.  I am also planning to update the Lower Grand River
			Land Trust site as well. 



*/
/*Define global HTML elements*/
		
	table 
		{	font-family: Verdana, Arial, Helvetica, sans serif;
			font-size: 8pt;
			color: #000000;
			font-style:normal;
		}

	td
		{	font-size:12px;
		}
	p
		{	font-size:12px;
		}
	h1
		{	font:"Times New Roman", Times, serif;
			font-size:20px;
			font-style:italic;
			font-weight:bold;
			color:#3C5F0B;
		}
	h2
		{	font-size:16px;
			line-height:20px;
			padding:2px;
			margin:2px;
		}
	h3
		{	font-size:12px;
			font-weight:bold;
			font-style:italic;
			line-height: 16px;
			padding:2px;
			margin:2px;
		}
		
/*Define the A element*/
A: link, A:visited, A:Active { text-decoration: none}
a:active {  text-decoration: none}
a:hover {  text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}

a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #cc6600}
a:active {color: #cc6600}
