/* This Style Sheet was created for the web site http://www.cycberslayer.co.uk */


/* --- BODY section --- */
BODY
{
    background: black;
    background-image: url('images/jpg/bg.jpg');
    background-repeat: repeat;
    color: #008000;
}
	
	A:active
{
    text-decoration: none;
    color: #FF0000;    
}
	A:link
{
    text-decoration: none;
    color: #00FFFF;
}
	A:visited
{
    text-decoration: none;
    color: #FF9900;
}
	A:hover
{
    text-decoration: none;
    color: #008000;
}
	


/* --- TABLE section --- */

TD
{
    color: #FFFFFF;
}



/* --- PARAGRAPH section --- */

P
{
    background-color: black;
    color: #90EE90;
    margin-left: 12px;
}   

PRE
{
    background-color: black;
    color: #90EE90;
    margin-left: 25px;
} 

UL
{
    background-color: black;
    color: #90EE90;
    margin-left: 25px;
} 

OL
{
    background-color: black;
    color: #90EE90;
    margin-left: 25px;
} 



/* --- HEADER section --- */

H1
{
    text-align: LEFT;
    font-weight: bolder;
    font-variant: small-caps;
    color: #FFFFFF;
    margin-left: 55px;
}
    
H2
{
    text-align: LEFT;
    font-weight: bold;
    font-variant: normal;
    background-color: black;
    color: #008000;
    text-transform: capitalize;
}
    
H3
{
    text-align: LEFT;
    font-weight: normal;
    font-variant: normal;
    background-color: black;
    color: #008000;
}    
    
H4
{
    text-align: LEFT;
    font-weight: BOLDER;
    font-variant: small-caps;
    color: #008000;
}

/* --- HORIZONTAL RULE section --- */

HR
{
    color: #008000;
    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;
}
