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

body 
    {
        text-align:center;          
        background-color: #555555;
        font-family:'Courier New','Courier';
        font-size:12px;
        color:#32FB4A;
    }
    
.shell 
    {
        margin: 10px auto 10px auto; 
        color:#32FB4A;
        height: 420px;
        width: 615px;
        background-image: url('images/xterm.png');
        background-repeat: no-repeat;
    }
    
textarea 
    {
        margin-top:25px;
        margin-right:7px;
        padding-right:30;
        color:#32FB4A;
        text-align:left;
        height: 375px;
        width: 590px;
        font-family:'Courier New','Courier';
        font-size:14px;
        background-color:#000000;
        border: none;
        overflow: auto;
    }
    
img     
    {
        margin:0px;
        padding:0px;
    }

    
a:hover
    {
        background:#000000;
    }
    
a:link 
    {
	    color: #32FB4A;
	}
	
a:visited 
    {
	    color: #32FB4A;
	}
   