
a:link {
	color: #0033CC;
	font-family: verdana;
	font-size: 08pt;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	font-family: verdana;
	font-size: 08pt;
	text-decoration: none;
}

a:hover {
	background-color: #DBE2C4;
	color: #0033CC;
	font-family: verdana;
	font-size: 08pt;
	text-decoration: none;
}

a:active {
	color: #0033CC;
	font-family: verdana;
	font-size: 08pt;
	text-decoration: underline;
}

.head {
	background-image:url('bg.jpg');
	width:640px;
	height:550px;
	position:absolute;
	left:184px;
	top:13px;
	z-index:1;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #7a8065;
}

.menu {
	width:564px;
	height:21px;
	position:absolute;
	font-family: verdana;
	left:30px;
	top:496px;
	z-index:1;
}

	.menu a {
		padding: 2px;
		background-color: #adb397;
		color: white;
		font-size: 13px;
	}
	
	.menu a:hover {
		padding: 2px;
		background-color: #006699;
		color: white;
	}

.pname {
	width:472px;
	height:21px;
	position:absolute;
	font-family: verdana;
	font-size: 24px;
	color: #adb397;
	left:32px;
	top:22px;
	z-index:1;
}

.text {
	width:407px;
	height:363px;
	position:absolute;
	font-family: verdana;
	font-size: 11px;
	left:189px;
	top:106px;
	z-index:1;
}

.link {
	width:137px;
	height:360px;
	position:absolute;
	font-family: verdana;
	font-size: 08pt;
	left:33px;
	top:106px;
	z-index:1;
}

