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

a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}


a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
}

.style2 {
	color: #FFFFFF;
	font-size: 10px;
}

body {
    background-image: url(images/tile.png);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1F1F82;
}
.style2_b {
	font-size: 10px;
}
