/* Holloman's Front Page Style Sheet	*/

/* The Base Font for All Versions			*/
body				

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

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



/* 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}

a, ul, li, h1, h2, p {background: transparent}
