/* Holloman's Front Page Style Sheet	*/

/* The Base Font for All Versions			*/
body				

{font-family: "Arial", sans-serif; background: white; color: black}

/* The Base Links Colors	*/
:link {color: blue; background: white}
:visited {color: purple; background: white}
:active {color: red; background: white}


/* Top Line			 */
.big	 {font-size: 207%; text-align: center}
.c		 {text-align: center}
.r		 {text-align: right}

/*The split divider*/
.left{float:left;width:25%}
.right{float:right;width:75%;text-align:right}
.done{clear:both}



