/* Not Found CSS Overrides Main */
/* Presently NotFound.css has new color scheme, Main.css has old */

body
{
   background-image: url("/images/mediumgreytile.png");
   color:#000000;
   font-family: "microsoft sans sarif", arial, helvetica;
   margin:10px;
}

a:link
{
   color: #ffffa0;
   text-decoration:none;
}

a:visited
{
   color: #dfc080;
   text-decoration:none;
}

a:hover
{
   color: #a0a0ff;
   text-decoration:underline;
}

/* Used for file not found poem text color fade */

div.nf1
{
   font-size: x-large;
   color: #ff4040;
}

div.nf2
{
   color: #ff00ff;
}

div.nf3
{
   color: #e700e7;
}

div.nf4
{
   color: #cf00cf;
}

div.nf5
{
   color: #b700b7;
}

div.nf6
{
   color: #af00af;
}

div.bannerwrap
{
   float: right;
   text-align: center;
   padding: 10px;
}
