img {border-style:solid; border-width: 3px}

td {background-color: #ffcc99}

.codebox {
    /* Below are styles for the codebox (not the code itself) */
    border:1px solid black;
    background-color:#EEEEFF;
    _width:300px;
    overflow:auto;    
    padding:10px;
}

.codebox samp {    font-size:10pt;}

samp {
	face:"Courier New, Courier, monospace";
	font-size:11pt;	
}

div#deploy td {background-color:white}

td img {border:0;
padding-left: 5px;
padding-top: 3px;
width:90px;
height:auto}