/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433A27;
}
body {
	background: url(../img/bg_hout.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #433A27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #433A27;
}
a:hover {
	text-decoration: underline;
	color: #433A27;
}
a:active {
	text-decoration: none;
	color: #433A27;
}

.pageHead {
	font-size: 20px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

.newsOver {
	cursor: pointer;
	
}
	
.gallImg {
	border: 1px dotted #433A27;
}