body,td,th {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	background-color: #000000;
}

a:link {
	color: #CEAA61;
	font-weight: bold;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #c0c0c0;
}
a:active {
	color: #CEAA61;
}
h1 {
	color: #ceaa61;
}
h2 {
	color: #ceaa61;
}
h3 {
	color: #ceaa61;
}
h4 {
	color: #ceaa61;
}
.style1 {color: #FF0000}
.style2 {font-size: 24px}
.style3 {font-weight: bold}
.style4 {font-weight: bold}



.style24 {color: #ceaa61}
.style25 {color: #CEAA61; font-size:large}
.style26 {color: #33FF00;	font-weight: bold;}
.style27 {font-size: x-large}
.style28 {color: #00FFCC; font-weight: bold;}
.style29 {color: #00FF99}
.style30 {color: #FFFF00; font-weight: bold;}
.style31 {color: #FFFFFF}
.style32 {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bolder;}
.style33 {font-style: italic}
.style38 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;}
.style39 {color: #00FF00}
.style40 {color: #00FFFF}
.style41 {color: #FFFF00}
.style42 {	color: #ceaa61;
	font-weight: bold;
}

.style43 {color: #FFFF00; font-weight: bold;}
.style44 {color: #FFFF00}


#extremeinsertionsanalweird p {
	background-color: #171717;
	border: medium double #ceaa61;
}
.greenblink1 {
	color:#00FFCC;
	text-decoration: blink;
	font-weight: bold;
}
.Pagewraper {
	text-align: left;
	display: block;
	width: 1000px;
	margin: auto;
}
/*========================================================================*/
/*===============BAD VEROTEL 1=====================*/
.Pagewraper .badverotel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CEAA61;
	text-align: center;
	display: block;
	
}
.Pagewraper a.badverotel{
	position: relative; /*this is the key MOZ =R ---IE.css = R*/
	background-color: #000000;
	color: #CEAA61;
	text-decoration: blink;
	/*float: left;*/
	z-index: 23;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	border: 1px solid #CEAA61;
	float: none;
	left: 66px;
}
.Pagewraper a.badverotel:hover{
	z-index: 24;
	background-color: #000000;
}
/***************=======================Span CSS=================*/
.Pagewraper a.badverotel span{
	display: none;}
.Pagewraper a.badverotel:hover span{ /*the span will display just on :hover state*/
	display: block;
	position: absolute; /*this is the key MOZ = A ---IE.css = R*/
	right:-100px;
	top: -20px;
	width: 600px;
	height: auto;
	border: 1px solid #ceaa61;
	background-color: #000000;           /*------Black--------*/
	color: #FF0000;               /*------RED--------*/
	text-align: center;
	z-index: 26; /*NO Z IN IE*/
	visibility: visible;
}
/*====================hover Image CSS===========*/
.badverotel a:hover img {position: relative; top: 0px; left: 0px; height: 57px; width: 157px;}
.badverotel img {float: left;}
.badverotel img {height: 57px;width: 157px;} /*=========GOOD CODE FOR PIX SIZE===========*/
/*======END BAD VEROTEL==========*/
