/*
	------

	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.
	-----

    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: #762d13;
	letter-spacing: .2px; 
	background: url("pattern.jpg");
background- attachment:fixed;

}

.main {
 margin-top: 25px;
margin-bottom: 25px;
	margin-left: 130px;
margin-right: 130px;
	padding: 35px;
    background: url("back.png");
	border: 2px #c6c8c6 solid;
}


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;
} 

h2, h3 {
color : #940001;
font-size: 22px;
}


