/*  
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 font-family: Century Gothic, Verdana, Arial;
 font-size: 17px;
 color: #fff;
 /*text-align:center;*/
}
 
a:link { color: #66B5FF;
}
a:visited { color: #aa77aa;
}
a:hover { 
color: #01ffff;
background-color: #000000;
text-decoration: none;
}
a:active { color: #2b3dc5;
}

a img{ border: 0px; }

a { text-decoration: none;}

h3 { text-transform: uppercase; }

input {
 background: #fff;
 font-family: Arial;
 font-size: 0.9em;
 padding: 3px;
 color: #232323;
 border: 2px solid #ddd;}
	
button {
 background: #fff;
 font-family: Arial;
 font-size: 0.7em;
 padding: 2px;
 color: #555;
 border: 2px solid #444;
 height: 2em;}
  


/**** Table *****/

table.center {margin-left:auto; margin-right:auto;}

/**** Span classes *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.red { color: #FF0000;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 510px;}

/***Content font-weight: bold;***/

#content { float: left; width: 510px; margin-top: 30px; margin-left: 30px; }

#content a { color:#FF0000;}

#content a:hover { 
 color: #BF0000; 
 /***background: #D01A71; ***/
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: "2"; margin-bottom: 20px; color: #f4f4f4;}

#content h2{
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
font-size: 1.6em;
font-family: Times New Roman;
margin-bottom: 4px;
} 

#content h3 {
text-indent: 20px;
color: #FF0000;
/***letter-spacing: -0.1em;***/
font-size: 1.2em;
font-weight: bold;
margin-bottom: 4px;
}



/***#content h3:hover { color: #fff;}***/

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(../codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: "2";
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: "2";}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 
