.redtext{
	font-family: 'Blaka Ink', sans-serif;
			font-size: 40px;
			color: #FFFF33;
			font-weight: bold;


		}
			a:link { 
				color: #FFFF33;
		}	
			a:visited { 
		color: #FFFF33;
		}
			a:hover {
				color: #FFFF33;
				font-size: 1px;
		}
			a.active { 
				color: #880808;				
		}
.maintable {
			border: 5px solid #FFFF33;
			border-style: dashed;
		width: 800px;
		height: 200px;
		text-align: center;
		}
body {
			background-image: url(error.gif);
			}
.unavbutton {
		border: 5px solid #FFFF33;
		border-radius: 1px;
		border-style: dotted;
		text-align: center; 	 
        width: 5%;
		height: 5%;
		font-family: 'Blaka Ink', sans-serif;
		font-size: 20px;
		color: #660000;
}		
.picturetable {
			border: 3px solid red;
			border-radius: 5px;
			border-style: dashed;
		}
.reddertext {
	font-family: 'Blaka Ink', sans-serif;
			font-size: 20px;
			color: #800000;
			font-weight: bold;
}