   /* ead css for assignments in Sandusky's IS course */
   /*  jody DeRidder Fall 2006 */



/*  div positioning and display  */


.more {
    position: absolute;
    top: 85%;
    left:  20%;
    width: 70%;
    padding: 0.5cm;
    }


.links {
    position: absolute;
    top: 685%;
    left:  20%;
    width:  70%;
    padding: 0.5cm;
    }

.bottomNav {
    position: absolute;
    top: 960%;
    left:  0%;
    width:  100%;
    padding: 0.5cm;
    }

.signatureLine {
    position: absolute;
    top: 1030%;
    left: 0%;
    width:  90%;
    }
 
.validation {
    position: absolute;
    top: 1080%;
    left:  35%;
    width:  40%;
    }


/*  tables  */

table {
   width:  70%;
   padding : 3%;
   position:relative;
   left: 10%;
   top: 1%;
   border-style: ridge;
   border-color: #006633;
   color : #660033;
   background-color: #FFF8DC;
   }

td {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 80%;
   color : #660033;
   background-color: #FFF8DC;
   }

.bold {
   font-weight:  bold;
   }

th {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 95%;
   color : #660033;
   background-color: #FFF8DC;
   }


/*  lists */

.linking {
   font-size: 90%;
   }

ol {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 85%;
   }

.bibl {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 60%;
   }

/*  spans  */
.italic {
   font-family : Arial, Helvetica, sans-serif;
   font-style: italic;
  } 

