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

body 
    {
        text-align:center;          
        background-color: #aaaaaa;
        font-family:'Courier New','Courier';
        font-size:12px;
        color:#FFFFFF;
    }
    
.shell 
    {
        margin: 10px auto 10px auto; 
        color:#FFFFFF;
        height: 420px;
        width: 615px;
        background-image: url('images/dos.png');
        background-repeat: no-repeat;
    }
    
textarea 
    {
        margin-top:25px;
        margin-left:5px;
        color:#FFFFFF;
        text-align:left;
        height: 380px;
        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 
    {
	    text-decoration: underline;
	    color: #FFFFFF;
	}
	
a:visited 
    {
	    text-decoration: underline;
	    color: #FFFFFF;
	}
   
