a:link, a:visited, a:hover{
	text-decoration: none;
	color: #FFFFFF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 11px;
	/*font-weight: bold;*/
	text-decoration: underline;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	/*
	background-color: #7b3307;
	background-image: url(../image/christmas.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	*/
	/*background-color:#d9a551;*/
	background-image:url(../image/stone.jpg);
	background-position:left bottom;
	background-repeat:repeat-x repeat-y;
	background-attachment: fixed;
}
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}

.red {
	color: #ff0000;
	display: inline;
}
.red a:link, .red a:visited{
	color: #ff0000;
	display: inline;
	font-weight: normal;
	text-align: left;
}
.red a:hover{
	color: #ffffff;
	display: inline;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

.blue {
	color: #0099FF;
	display: inline;
	text-align: left;
}

#link {
	position: absolute;
	border: none;
	top:   2px;
	right: 2px;
	z-index: 0;
}

.dashed {
	border: dashed 1px #ffffff;
	padding: 15px;
}

.back {
	background-color: #ffffff;
}