@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'Rokkitt', serif;
	font-weight: normal;	
}

.Background  {
	background-image: url(../images/Gradient-Repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	}

p {
font-family: 'Rokkitt', serif;
	font-size: 20px;
	color: #F2E0BB;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

.Body {
	font-family: 'Rokkitt', serif;
	font-weight: normal;
	
}

a:link {
	color: #FFF;
	font-weight: normal;
}
a:hover {
	color: #7E3F06;
	font-weight: normal;
}
a:visited{
	color: #FFF;
	font-weight: normal;
}
a:active {
	color: #FFF;
	font-weight: normal;
}

.Legal {
	font-family: 'Rokkitt', serif;
	font-size: x-small;
	color: #F2E0BB
}

.Image-Border {
	border: thin solid #FFF;
}