body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFCC;
	background-attachment: fixed;
	background-image: url(img/ns-yelograd1.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin: 1px;
	padding: 5px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	text-decoration: underline overline;
	background-color: #99FFFF;
	font-weight: bold;
}
a:active {
	color: #666666;
	text-decoration: underline overline;
	background-color: #CCFFFF;
	font-weight: bold;
}
h1 {
	font-size: xx-large;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF0000;
}
h2 {
	font-size: x-large;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF0000;
}
h3 {
	font-size: large;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FF0000;
}
p {
	font-size: 14px;
}
ul {
	font-size: 14px;
}
