.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.smallink {
	font-family: Tahoma;
	font-size: 10px;
	color: #026B0C;
	text-decoration: underline;
}
.redlinks {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.redlinks:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.border {
	border: 1px solid #006600;
}
.txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #006600;
}
