/**
 * RetroWeb Console Emulator for MarkWoodman.com
 * CSS stylesheet for output
 * Pure silliness, of course.
 *
 * (c) Copyright 2005 Mark Woodman
 */

body 
    {
        text-align:center;          
        background-color: #ffffff;
        font-family:'Courier New','Courier';
        font-size:12px;
        color:#666666;
    }
    
.shell 
    {
        margin: 10px auto 10px auto; 
        color:#FFFFFF;
        height: 600px;
        width: 423px;
        background-image: url('images/palm.jpg');
        background-repeat: no-repeat;
    }
    
textarea 
    {
        margin-top:80px;
        color:#000000;
        text-align:left;
        height: 270px;
        width: 275px;
        font-family:'Courier New','Courier';
        font-size:14px;
        background-color:#7b8b5a;
        border: none;
        overflow: auto;
    }
    
img     
    {
        margin:0px;
        padding:0px;
    }
    
a:hover
    {
        background:#7b8b5a;
    }
    
a:link 
    {
	    text-decoration: underline;
	    color: #666666;
	}
	
a:visited 
    {
	    text-decoration: underline;
	    color: #666666;
	}
   