@charset "UTF-8";

body {
	background-color: #E6E6E6;
}
.website {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #727070;
	background-color: #FFFFFF;
	border: thin solid #000000;
	height: 585px;
	width: 975px;
	z-index: 2;
}
strong {
	font-weight: bold;
	color: #512412;
}
.rot {
	color: #512412;
}
a:link {
	color: #727070;
	text-decoration: none;
}
a:visited {
	color: #727070;
	text-decoration: none;
}
a:hover {
	color: #512412;
	text-decoration: none;
}
a:active {
	color: #512412;
	text-decoration: none;
}

