/* This Style Sheet was created for the web site http://www.cycberslayer.co.uk */


/* --- BODY section --- */
BODY {
	background: black url(images/jpg/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: green;
	}
	
	A:active { text-decoration: none;
		color: brightred;		
		}
	A:link { text-decoration: none;
		color: lightblue;
		}
	A:visited {text-decoration: none;
		color: orange;
		}
	A:hover{ text-decoration: none;
		color: green;
		}
	


/* --- TABLE section --- */

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: white;
   }



/* --- PARAGRAPH section --- */

P {  background-color: black;
    COLOR: lightgreen;
    FONT-FAMILY: times,"Times New Roman", serif;
    margin-left:12px;
   
}   

PRE {  background-color: black;
    COLOR: lightgreen;
    FONT-FAMILY: times,"Times New Roman", serif;
    margin-left:25px;
   
} 

UL {  background-color: black;
    COLOR: lightgreen;
    FONT-FAMILY: times,"Times New Roman", serif;
    margin-left:25px;
   
} 

OL {  background-color: black;
    COLOR: lightgreen;
    FONT-FAMILY: times,"Times New Roman", serif;
    margin-left:25px;
   
} 



/* --- HEADER section --- */

H1{ text-align: LEFT;
    FONT-FAMILY: verdana;	
    FONT-WEIGHT: BOLDER;    
    FONT-VARIANT: small-caps;
    COLOR: white;
    margin-left:55px;}
    
H2{ text-align: LEFT;
    FONT-FAMILY: arial;	
    FONT-WEIGHT: bold;    
    FONT-VARIANT: normal;
    BACKGROUND-COLOR: black;
    COLOR: green;
    text-transform: capitalize;}
    
H3{ text-align: LEFT;
    FONT-FAMILY: arial;	
    FONT-WEIGHT: normal;    
    FONT-VARIANT: normal;
    BACKGROUND-COLOR: black;
    COLOR: green;}    
    
H4{ text-align: LEFT;
    FONT-FAMILY: arial;	
    FONT-WEIGHT: BOLDER;    
    FONT-VARIANT: small-caps;
    COLOR: green;
	}

/* --- HORIZONTAL RULE section --- */

HR
{   COLOR = green;
    align: left;
    height: 1px;
}


#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}


add2small {
 font-size: 11px;
 cursor:pointer;
}
