body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
	background-color: #277900;
	background-repeat: no-repeat;

}
a {
	color: #663333;
	text-decoration: underline;
	/*outline-color:#99CC33;
	outline-style:solid;
	outline-width:1px;
	border-color:#000000;
	border: 1px; */
}
h1, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;

}

table {
	background-color: #FFFFCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;

}
body a:hover {
	color: #CC3300;
	border-color:#CC9900;
}
body a:active{
  color: #663333;
  
}
textarea {
	background-color: #FFFF99;
}
input {
	background-color: #FFFF99;
}
h4 {
	color: #000000;
}
ul {
	list-style-image: url(images/borzoi-icon-30.gif);
	list-style-position: outside;
	line-height: normal;
	list-style-type: square;
}
img {
border-color: #000000;
}