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



/*  div positioning and display  */


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

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

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


/*  other  */
.bold {
   font-weight:  bold;
   }

.smaller {
   font-size: 80%;
   }

/*  text-indent doesn't work inside a block quote */
.indent {
   position: relative;
   left: 5%;
   }


/*  lists */

.linking {
   font-size: 90%;
   }


