/*
	------

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	color wheel
	#ccc - lt. grey
    #6f6e6e - grey
	#666 - dk. grey
	
	#fff - white
	#000 - black

    this is the default template, see styleprint.css for a printable stylesheet.
	
*/

body  {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	text-align:left;
	background-color: #fff;
	letter-spacing: .2px; 
	margin-top: 10px;
	margin-left: 45px;
margin-right: 45px;
}

A 			
{
	text-decoration: underline;
	font-weight: bold;
} 

A:visited	
{
	color: #940001;
	text-decoration: none;
} 

A:link  
{
	color : #940001;
	text-decoration: none;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#ffff73;
	text-decoration: none;
} 

/*

This is where the magic happens. If you are on a 640x480 monitor for some reason, or have low resolution, you can set the width to something like 600.

*/


.header
{
	color: #3b5061;
	font-weight: bold;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bigheader {
    color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}