body{
	background-image: url(../img/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
.nona {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
.nonaR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
}
.enter {
	color: #000000;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
a{
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}

a:hover{
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

