/* CSS started by Nevin 11/2008 */


/* Keeping all page backgrounds similar in color  */

body {
     background-color: #EBF9FF;
     margin: 20;
     padding: 0;
     }


/* Keeping headings similar in color  */

h1, h2, h3 {
   color: #660000;
   }


/* Keeping all text similar in color enclosed with p tags */

p {
   color: #660000;
  }


/*styling the blockquote */

blockquote {
    margin: 0 150 0 150px;
    }

/* styling color to pre */

pre {
    color: #660000;
    }

/* Applying css on basic tables */

table {
    border: 1px solid #333;
    font: normal 12px 'Lucida Grande' ,Verdana ,sans-serif;
    }
td, th {
  padding:3px;
    }
th  {
    border-style:solid;
    border-width:1px;
    background-color:#809980;
    }

td  {
    border-style:solid;
    border-width:1px;
    }
    
/* Applying css on lists */

ul {
     color: #660000;
    }
    
ol {
     color: #660000;
   }
   
marquee {
         color: #660000;
         font: strong; 
         size: 25;
        }