body{
	margin: 0px;
	padding: 0px;
	background-color: rgb(234,248,248);
	color: gray;
}

a{
	color: rgb(45,105,155);
	text-shadow: 1px 1px 0px rgb(180,180,180);
}

div.navbar{
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	width: 100%;
	background-color: rgb(67,18,7);
	height: 74px;
	margin-top: 8px;
}

div.navbar img{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 12px;
	float: right;
}

.content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.contbody{
	border-radius: 14px;
	padding: 20px;
	background-color: rgb(198,209,209);
	color: black;
	overflow: auto;
}