@charset "UTF-8";
a:visited {
	text-decoration: none;
	color: #000000;
	border:none;
	/* visited link */
}
a:link {
	text-decoration: none;
	color:#000000;
	border:none;
	/* unvisited link */
}
a img {
   border-style: none;
}

a:hover {
text-decoration: underline;
color: #f37317;
border:none;
}   
/* mouse over link */
a:active {
color: #FFFFFF
}   /* selected link */




body
{
	background-color: #FDFDFA;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.footer_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}

.paper {
	border-width: thin; 
	border-style: solid;
	border-color: #aeba7e;
	background-image: url(images/paper.jpg);
	padding: 20px;
	}

.mast {
	border-width: thin; 
	border-style: solid;
	border-color: #aeba7e;
	background-image: url(images/paper.jpg);
	padding: 6px;
	}

.stroke {
	border-width: thin;
	border-style: solid;
	border-color: #aeba7e;
	background-image:url(images/white.png);
	padding: 10px;
	}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #f37317;
	}
	
.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	}
	

.cheese a:link , .cheese a:visited , .cheese a:active { color: #f37317; font-size:18px;}

