                    /*Default .CSS*/
					
					
/*usage example*/
/* <span class="style5 arial basecampgreen fillc1">This is a good example of usage for this style sheet.</span>*/


	
 /*Styles*//*defines font size only*/
	
.style1 { font-size: 32pt ;}
.style2 { font-size: 27pt ;}
.style3 { font-size: 22pt ;}
.style4 { font-size: 17pt ;}
.style5 { font-size: 13pt ;}
.style6 { font-size: 9pt ;}
.style7 { font-size: 8pt ;}
.style8 { font-size: 5pt ;}
  
 
 /*Font Color*//*primary web and web 2.0 colors*/

.white{color: #FFFFFF;}
.red {color: #FF0000;}
.black{color: #000000;}
.blue{color: #0000FF;}
.lime {color: #00FF00;}
.agua{color: #00FFFF;}
.fushia{color: #FF00FF;}
.yellow{color: #FFFF00;}
.lightgrey{color: #C0C0C0;}
.brown{color: #804000;}
.grassgreen{color: #408080;}
.cornflowerblue{color: #151B8D;}
.gold{color: #D4A017;}



/*starts web 2.0 color schemes*/

.shinysilver{color: #EEEEEE;}
.magnolia{color: #F9F7ED;}
.interactiveactionyellow{color: #FFFF88}
.qoopmint{color: #CDEB8B;}
.gmailblue{color: #C3D9FF;}
.shadowsgrey{color: #36393D;}
.mozillared{color: #FF1A00;}
.rollyored{color: #CC0000;}
.rssorange{color: #CC0000;}
.techcrunchgreen{color: #008C00;}
.newsvinegreen{color: #006E2E;}
.flockblue{color: #4096EE;}
.flickrpink{color: #FF0084;}
.rubyonrailsred{color: #B02B2C;}
.etsyvermillion{color: #D15600;}
.43thingsgold{color: #C79810;}
.writelyolive{color: #73880A;}
.basecampgreen{color: #6BBA70;}
.mozillablue{color: #3F4C6B;}
.diggblue{color: #356AA0;}
.lastfmcrimson{color: #D01F3C;}
.rolltidered{color: #940010;}
.auburnorange{color: #F3702C;}
.auburnblue{color: #1B1D72;}



 /*Font*//*Standard web safe fonts*/
 
.arial {font-family:Arial;} 
.vardana {font-family:Vardana;} 
.helvetica {font-family:Helvetica;} 
.tahoma {font-family:Tahoma;} 
.geneva {font-family:Geneva;} 
.trebuchet {font-family:Trebuchet MS;} 
.arialbk {font-family:Arial Black;} 
.impact {font-family:Impact;} 
.comic {font-family:Comic Sans MS;} 
.couriern {font-family:Courier New;} 
.courier {font-family:Courier;} 
.georgia {font-family:Georgia;} 
.palatino {font-family:Palatino;} 
.times {font-family:Times New Roman;} 

 /*Fill*//*covers letter spacing and any padding*/
 
.filla1  {letter-spacing: 25%;}
.fillb1  {letter-spacing: 50%;}
.fillc1  {letter-spacing: 75%;}
.filld1  {letter-spacing: 100%;}
.fille1  {letter-spacing: 125%;}
.fillf1  {letter-spacing: 150%;}
.fillg1  {letter-spacing: 175%;}
.fillh1  {letter-spacing: 200%;}



 
 
 