.style1{
	font-family: Raleway Dots, cursive;
	font-size: 40pt;
	color: green;
	font-weight: bold;
	text-shadow:
    -5px -5px 25px rgba(0,0,255,0.9),
    5px -5px 25px rgba(0,0,255,0.9),
    -5px 5px 25px rgba(0,0,255,0.9),
    5px 5px 25px rgba(0,0,255,0.9),
    -5px -5px 0 red,
    5px -5px 0 red,
    -5px 5px 0 red,
    5px 5px 0 red; 
	}
.style1b{
	font-family: Raleway Dots, cursive;
	font-size: 14pt;
	color: green;
	font-weight: bold;
	text-shadow:
    -5px -5px 25px rgba(0,0,255,0.9),
    5px -5px 25px rgba(0,0,255,0.9),
    -5px 5px 25px rgba(0,0,255,0.9),
    5px 5px 25px rgba(0,0,255,0.9),
    -5px -5px 0 red,
    5px -5px 0 red,
    -5px 5px 0 red,
    5px 5px 0 red;
	}
.style2{
	font-family: Raleway Dots, cursive;
	font-size: 20pt;
	color: green;
	font-weight: bold;
	text-shadow:
    -5px -5px 25px rgba(0,0,255,0.9),
    5px -5px 25px rgba(0,0,255,0.9),
    -5px 5px 25px rgba(0,0,255,0.9),
    5px 5px 25px rgba(0,0,255,0.9),
    -5px -5px 0 red,
    5px -5px 0 red,
    -5px 5px 0 red,
    5px 5px 0 red;
	}
.style3{
	font-size: 14px;
	color: white;
	font-family: Raleway Dots, cursive;
	}
body{background-color:purple;}
body{background-image: url(baad.gif);}
.maintable{
	background-color:yellow;
	background-image:url(bade.jpg);
	width:40%;
	border: 10px solid white;
}
.table2{
	background-color:yellow;
	background-image:url(bade.jpg);
	border: 10px solid white;
	width:96%;
}
.table3{
	background-color:yellow;
	background-image:url(bade.jpg);
	border: 10px solid white;
}
.cell{
	background-color: yellow;
	background-image:url(bade.jpg);
	height:20;
	width:5%;
	border: 10px solid white;
}
.cell2{
	background-color: yellow;
	background-image:url(bade.jpg);
	height:90;
	width:35%;
	border: 10px solid white;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: purple;
}
.qbrad{
	background-color: orange;
	border: 10px solid yellow;
}
.qbrad2{
}
		a:link{
		color: #000000;
		text-decoration: underline;
		}
		a:visited{
		color: #000000;
		text-decoration: underline;
		}
		a:hover{
		color: #999999;
		text-decoration: underline;
		font-size: 1px;
		}
		a:active{
		color: #000000;
		text-decoration: underline;
		font-size: 1px;
		}