@charset "UTF-8";
/* CSS Document */

.main {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1B2A5B;
	text-align: left;
	text-decoration: none;
}
.rood {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: left;
	text-decoration: none;
}
.div {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-style:normal;
	color: #000033;
	text-align: top left;
	font-weight: normal;
}
a:link, a:visited {
	color					: #061B40;
	font-size				: 12px;
	text-decoration			: none;
	font-weight: normal;
	}
	
a:hover {
	color					: #003399;
	text-decoration			: none;
        }

