.style1{
	font-family: Montserrat, sans-serif;
	font-size: 40pt;
	color: #eebb33;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #FFFFFF,
    1px -1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
    1px 1px 0 #FFFFFF; 
	}
.style1b{
	font-family: Montserrat, sans-serif;
	font-size: 24pt;
	color: #eebb33;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #FFFFFF,
    1px -1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
    1px 1px 0 #FFFFFF; 
	}
.style2{
	font-family: Montserrat, sans-serif;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000; 
	}
.style2b{
	font-family: Montserrat, sans-serif;
	font-size: 20pt;
	color: #000000;
	font-weight: bold;
	}
.style3{
	font-size: 14px;
	color: #0033CC;
	font-family: Montserrat, sans-serif;
	}
body{background-color:#000000;}
body{background-image: url(stars.jpg);}
.maintable{
	background-color:#A39C9A;
	border: 1px solid #000000;
	padding: 40px;
}
.table2{
	background-color:#000000;
	border: 1px solid #000000;
	width:40%;
	padding: 20px;
}
.table3{
	background-color:#FFFFFF;
	border-radius: 20px;
	border: 1px solid #000000;
	padding: 5px;
}
.cell{
	background-color: #FFFFFF;
	height:60;
	width:20%;
	border: 1px solid #000000;
	padding: 10px;
}
.cell2{
	background-color: #FFFFFF;
	border-radius: 20px;
	height:60;
	width:20%;
	border: 1px solid #000000;
	padding: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.qbrad{
	background-color: #FFFFFF;
	border-radius: 20px;
	padding:20px;
	border: 1px solid #000000;
}
.qbrad2{
	border-radius: 10px;
}
		a:link{
		color: #000000;
		text-decoration: none;
		}
		a:visited{
		color: #000000;
		text-decoration: none;
		}
		a:hover{
		color: #999999;
		text-decoration: underline;
		}
		a:active{
		color: #000000;
		text-decoration: none;
		}