html, body 	{
		  margin:0px;
		  padding:0px;
		  background-color:#000000;
		}


p,div,ul,ol,h1,h2,em,cite,table	{ font-family:Tahoma,Arial,sans-serif;
	  		  	  font-size:13px;
	  		  	  color:#ffcc00;
	  		  	  font-weight:normal;
	  		  	  font-style:normal;
				  text-decoration:none;
	  		  	  letter-spacing:1px;
	  		  	  word-spacing:114%;
	  		  	  line-height:120%;
	  		  	  border-top:0px;
				}



form,input,select,textarea 	{ background-color:#000000;
	  		 	  padding:10px;
				  font-family:Tahoma,Arial,sans-serif;
				  font-size:13px;
				  color:#ffcc00;
				  font-weight:normal;
				  font-style:normal;
				  text-decoration:none;
				  letter-spacing:1px;
				  word-spacing:114%;
				  line-height:130%;
				  align:justify;

				}

input,select,textarea 	{ border:none;
	  	  	  padding:2px;
		  	  background-color:#636363;
		  	  color:#ffa800;
		  	  font-size:13px;
		  	  font-weight:bold;
		  	  letter-spacing:2px;
			}

select	{ border:none;
	  padding:3px;
	  color:#ff9900;
	}


table		{
		  
		  text-align:justify;
		  line-height:130%;
		  		  
		  		  
		}



h1		{
		  font-weight:normal;
		  font-style:normal;
		  font-size:18px;
		  line-height:130%;
		  letter-spacing:1px;
		  color:#ff6600;
		  border-bottom:#ff6600 solid 1px;
		  padding-bottom:6px;
		  padding-left:0px;			
		}

h2		{
		  font-weight:normal;
		  font-style:normal;
		  font-size:14px;
		  letter-spacing:1px;
		  color:#ff6600;
		  
		}

marquee		{ font-family:Tahoma,Arial,sans-serif;
	  	  font-size:24px;
	  	  color:#ff8800;
	  	  font-weight:bold;
	  	  font-style:normal;
		  text-decoration:none;
	  	  letter-spacing:2px;
	  	  word-spacing:120%;
	  	  line-height:140%;
	  	  border-top:#ff6600 solid 1px;
		  border-bottom:#ff6600 solid 1px;
		  padding-top:6px;
		  padding-bottom:6px;
		
		}

em		{
		  font-weight:normal;
		  font-style:normal;
		  color:#ffa800;
		}

cite		{
		  font-weight:bold;
		  font-style:normal;
		  
		}

ul,ol		{
		  font-weight:normal;
		  font-style:normal;
		  font-size:14px;
		  line-height:140%;
		  letter-spacing:1px;
		  color:#ffcc00;
		  padding-left:15px;			
		}



a:link,a:visited,a:hover,a:active	{ font-family:Tahoma,Arial,sans-serif;
					  text-decoration:none;
	  	  			  font-size:12px;
		  			  line-height:28px;
	  	  			  color:#ff8000;
	  	  			  font-weight:normal;
	  	  			  font-style:normal;
	  	  			  letter-spacing:1px;
					}
					  

a:link 		{ 
	  	}

a:visited 	{ color:#ff9900;
	  	}

a:hover 	{ font-size:12px;
		  color:#ffcc00;
		    	  
	  	}

a:active	{ color:#ffcc00;
	  	  font-weight:bold;
	  	  
	  	}

