.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.head {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline}
.tul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-position: center;
	background-repeat: repeat; 
	background-image: url('img/bkgnd.jpg');
	color: #d1e135;
}
a:link, a:visited {
	color: #d1e135;
	text-decoration: none;
}
a:hover, a:active {
	color: #d1e135;
	text-decoration: underline;
}
.text a img {
	border-color: #d1e135;
}