body {
	background: Black url(arw/ries.jpg) no-repeat fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Green;
	line-height: 2em;
	text-align: justify;
}

#text {
	background: #FFFFE0;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 260px;
	right: 0;
}

#t1 {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	padding-left: 120px;
}

#t2 {
	text-align: right;
	font-weight: bold;
	padding-left: 120px;
}

.t3 {
	text-align: right;
}

#m5 {
	background: url(images/trans.gif);
	font-weight: bolder;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 260px;
	text-align: center;
}

#logo {
	position: absolute;
	top: 5px;
}

.link {
	font-size: smaller;
	color: #8FBC8F;
}

a.link:hover {
	font-size: larger;
}

.link1 {
	color: Green;
}

#logo {
	text-decoration: none;
	border: 0 #FFFFE0;
}

fieldset {
	width: auto;
	padding: 10px;
	text-align: center;
}

legend {
	font: italic 0/140%;
	color: #008000;
	text-align: center;
}
::-moz-selection {
background-color: #deee94;
}
table {
	margin: auto;
	background-color: White;
	width: 70%;
	font-size: smaller;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: green;
	border-collapse: collapse;
}
table td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: green;
}
table th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: green;
}

