/*
	------

	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
	#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: 18px;
	line-height: 26px;
	text-align:center;
 background: url(background.jpg) no-repeat;
    background-size: cover;
     background-repeat:no-repeat;
     background-attachment:fixed;
	letter-spacing: .2px; 
}

.main {

width:65%;
margin-left:auto;
margin-right:auto;
margin-top:25 px;	
padding: 50px;
text-align:left;
background: url("back.png");
border: 3px #6e2b4f solid;
}

b {color: #b32a0c;}
A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #4b0f78;
} 

A:link  
{
	color : #4c4c47;
	text-decoration: underline;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#ffff73;
} 

UL{
list-style-type:circle;
}

li, dd, dt {
padding: 0 0 0 12px;
}


.header
{
	color: #0d0060;
	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;
}

dt {
padding-top: 6px;
padding-bottom: 6px;
font-weight: bold;
}