@charset "utf-8";

.cell {
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	
}

.text2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.text3 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:baseline;
}

.linkstyle {
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;