html
{
   margin: 0;
   padding: 0;
}

body
{
   margin-left: 25px;
   margin-top: 40px;
   padding: 0;
   font-family: 'trebuchet ms', 'ms gothic', sans-serif;
   font-size: 12px;
}

p
{
   width: 480px;
}

h2 {
  color: black;
  text-decoration: none;
  underline: none;
  }

p.wide
{
   width: 600px;
}

.hilite
{
   color: #006600;
   font-weight: bold;
}

a.hilite
{
   color: #006600;
   font-weight: bold;
   text-decoration: none;
}
   
.terminal
{
   background: #a3b8cc;
   font-size: 12px;
   padding: 5px;
   font-weight: bold;
   width: 480px;
   // -width: 480px;
   font-family: 'courier new', courier, fixed;
}

.file
{
   background: #a3dd00;
   font-size: 12px;
   padding: 5px;
   font-weight: bold;
   width: 480px;
   // -width: 480px;
   font-family: 'courier new', courier, fixed;
}


.adfile
{
   background: #a3dd00;
   font-size: 12px;
   padding: 5px;
   font-weight: bold;
   width: 560px;
   // -width: 480px;
   font-family: 'courier new', courier, fixed;
}

.alert
{
   background: #ff4400;
   font-weight: bold;
}

.birdseed
{
   font-size: 8px;
   text-decoration: none;
   font-family: 'Verdana', sans-serif;
}

.quote
{
  margin-left: 25px;
  width: 455px;
}
