/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	font-size: 100%;
	color: #330;
	background-image: url(../images/bg_snow.jpg);
	vertical-align: middle;





	}
	
h1 {
	font-size: 100%;
	font-style: oblique;
	color: #330000;
	text-align: right;
	text-decoration: underline;

	}
	
p {
	color: #330000;
	font-size: 90%;


	}

.copyright {
	font-size: 70%;
	color: #333;
	font-weight: normal;
	font-style: normal;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	cursor: hand;
	color: #fff;
	background-color: #333300;



	}
	
.r {
	color:#000000;
	text-decoration: none;
}

.r:visited {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	}
	
.r:link {
	color:#000000;
	text-decoration: none;
	font-size: 100%;

}
.r:hover {
	color:#CC3366;
	background: #999966;
	cursor: hand;
}
.border {
	border: 1px solid #666666;
}
