
/* text in 12 named colors - although hex colors are actually used*/

.black{color:#000000; background:none;}
.red{color:#ff0000; background:none;}
.blue{color:#0000ff; background:none;}
.green{color:#008000; background:none;}
.purple{color:#800080; background:none;}
.yellow{color:#ffff00; background:none;}
.orange{color:#ffa500; background:none;}
.gray{color:#808080; background:none;}
.white{color:#ffffff; background:none;}
.brown{color:#a52a2a; background:none;}
.darkblue{color:#333399; background:none;}
.darkgreen{color:#006400; background:none;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Generic Font Code provided by Sebastian Meer - www.sm.gs & BagOfNuts.com 2006 */
/* Please give me a reference in your code or site - Thanks for visiting.        */
/* No warranty is given for your use of this code, but it is just CSS; afterall. */
/* You can contact me via: http://www.sm.gs/Site/contact.php                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

