body {
	background: black url("http://neemanet.net/images/purple.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  font-family: "Arial", sans-serif;
  color: white;
  }
  h1 { color: white; }
  h2 { color: white; }
  h3 {
  	color: white;
  	font-size: 20px;
  	  }
  h4 { color: white;
  		 font-size: 12px;
  	 }
  h5 { color: red; 
  		 font-size: 12px;
  	 }
	a { color: white; }
	
  a:hover { color: yellow; }

  #search_control { 
		margin: 20px; 
   	width: 100%;
						    	}
 	#search_control .gsc-control { width : 600px; }
 	
 	.button { border-top: 1px solid #b197f7; 
 						background: #8365d6; 
 						background: -webkit-gradient(linear, left top, left bottom, from(#573e9c), to(#8365d6)); 
 						background: -moz-linear-gradient(top, #573e9c, #8365d6); 
 						padding: 13px 26px; 
 						-webkit-border-radius: 9px; 
 						-moz-border-radius: 9px; 
 						border-radius: 9px; 
 						-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
 						-moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
 						box-shadow: rgba(0,0,0,1) 0 1px 0; 
 						text-shadow: rgba(0,0,0,.4) 0 1px 0; 
 						color: white; 
 						font-size: 24px; 
 						font-family: Helvetica, Arial, Sans-Serif; 
 						text-decoration: none; 
 						vertical-align: middle;
 						 } 
 	.button:hover { border-top-color: #3d2878; 
 									background: #3d2878; 
 									color: #808080; 
 									} 
 	.button:active { border-top-color: #000000; 
 									 background: #000000; 
 									 }
     	
<!--
.nounderline A {text-decoration:none}
-->
