  body {
    font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
    background:#000;
    margin:10px 10px 0px 10px;
		padding:0px;
		font-family: Tahoma, sans-serif
    }
	
  a[href^="gopher://"]{
    text-decoration: underline;
    font-weight:bold;
    color:#404040;
    background: transparent url('http://www.upnpad.com/images/icons/link.png') no-repeat scroll right center;
	  padding-right: 8px;
	  height: 50px;
	  width: 200px;
    }
    
  a {
    text-decoration: underline;
    color: #000;
  }
  
  a:hover {
    text-decoration: overline underline;
  }
	
  pre {
    font-size:11px;
    color:#202020;
    margin: 0 0 0 0;
    }

  ol {
    background-color: #a0a0a0;
    margin: 0 0 0 0; /* top right bottom left */
    padding: 0 0 0 30px; /* top right bottom left */
    border: 1px solid #808080;
    }
    
  li {
    font-size: 14px;
  }
    
  #container {
    min-width: 800px;
  }
	
	#leftcontent {
		position: absolute;
		font-size: 12px;
		padding: 5px;
		left:10px;
		top:31px;
		width:190px;
		background-color:#808080;
		border:1px solid #000;
		}

	#centercontent {
		background:#fff;
		min-width: 410px;
		text-align: left;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:31px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		text-align: center;
		background-color:#808080;
		}
	
	#header {
		background:#fff;
		height:20px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		text-align: center;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
	html>body #header {
		height:20px;
		background-color:#808080;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	h3 {
	  font-size: 12px;
	}
		
	#header h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px;
		padding: 10px;
		}
	
	#centercontent h1 {
    text-align:center;
    }
		
	#footer {
		background:#fff;
		min-width: 410px;
		text-align: center;
		font-size: 10px;
   	margin-left: 199px;
   	margin-right:199px;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		background-color:#808080;
		voice-family: "\"}\"";
		voice-family: inherit;
   	margin-left: 201px;
   	margin-right:201px;
		}
	html>body #centercontent {
   	margin-left: 201px;
   	margin-right:201px;
		}
		
/* IMAGES */
  .screenshot {
    position: relative;
    left:425px;
    top:0px;
  }
  
/* INFOBOX */
  #infobox {
    border-bottom:1px solid #000;
    background-color: #ccc;
    font-size: 10px;
    padding: 10px;
  }
  
  #infobox h1 {
    padding-top: 0px;
  }
  
/* ADs */
  .ads {
    padding: 5px;
  }
  
/* LIST */
  .listtitle {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  
/* TRUE/FALSE */
  big {
    font-size: 14px;
    text-decoration: underline;
  }
  
  true {
    color: #000;
    background-color: #00FF00;
  }
  
  false {
    color: #000;
    background-color: #FF0000;
  }

/* TUTORIALS */
  .tutorialscript{
    max-width: 300px;
  }
  .tutorialtext{
    max-width: 300px;
    position: relative;
    left: 332px;
    bottom: 275px;
  }
