body	{ margin-left: 5%; margin-right: 5%; }

body 	{ text: black; link: blue; vlink: magenta; }

body	{ font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; }

A { text-decoration:none; font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 110%;}

A:hover { color:gold; }

p	{ text-align: justify; }

pre	{ font-size: 90%; background-color: #e0e0e0; border: 1px solid black;}

h1	{ font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 100%; }
    
table	{font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 100%; }
    
em	{ font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 100%; }

ul	{ font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 100%; }

ol	{ font-family: "Verdana" "Lucida Sans" "Tahoma", "Gill Sans MT" "Arial"; font-size: 100%; }

 
/* This is css for a fake terminal */
.faketerminal{
background:#e0e0e0;
color:#000000;
overflow:auto;
padding:1em;
text:black}

.faketerminal u{
color:#0F0;
text-decoration:none}
 

/* This is the css for drop shadow thumbnails*/
.shiftcontainer-tnail{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px;} /*Number should match -top shadow depth below*/


.shadowcontainer-tnail{
width: 119px;
height: 91px; 
background: transparent url(../images/shadow.gif) no-repeat bottom right;
}

.shadowcontainer-tnail .innerdiv-tnail{
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

/* This is the css for drop shadow screenshots*/
.shiftcontainer-scnshot{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer-scnshot{
width: 740px;
height: 534px; 
background: transparent url(../images/shadow.gif) no-repeat bottom right;
}

.shadowcontainer-scnshot .innerdiv-scnshot{
background-color: white;
border: 1px solid black;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
