a:link, a:visited {
	color 					: #000;
	text-decoration-style	: solid;
} 
a:hover {
	color 					: #0066ff;
} 
a:active {
	color 					: #000;
} 
body {
	margin-top 				: 10px;
	margin-bottom 			: 10px;
	background-image		: url("/images/bg.png");
	background-repeat		: repeat-y;
	background-position		: center;
/*	background-attachment	: fixed;*/
	background-color		: #CBBD93;
	font-family 			: verdana; 
	font-weight 			: normal; 
	font-size 				: 14px; 
	line-height 			: 130%; 
} 
img {
	border					: 2px solid #000;
	border-radius			: 10px;
	margin					: 2px;
}
.img-noborder {
	border					: 0px;
	width					: 100px;
	height					: 100px;
}
.img-right {
	float					: right;
	border					: 2px solid #000;
	border-radius			: 10px 40px;
	margin					: 10px;
	width					: 212px;
	height					: 212px;
}
.img-left {
	float					: left;
	border					: 2px solid #000;
	border-radius			: 40px 10px;
	margin					: 10px;
	width					: 212px;
	height					: 212px;
}
hr {
	border 					: 1px solid #000;
} 
hr.blue {
	border					: 1px solid #0066ff;
}
h2 {
	font-family 			: verdana; 
	font-weight 			: bold; 
	font-size 				: 16px; 
	color					: #000; 
} 
