.styl1 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFE1;
	font-weight: bold;
}

.styl2 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FD4E2A;
	font-weight: bold;
}
.styl3 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FD4E2A;
	font-weight: bold;
	text-decoration:none;
	}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FD4E2A;
	font-weight: bold;
	text-decoration:underline;
	}
.obram {
	border: 1px solid #BF2302;
}

