/*



You can put a class onto any tag, ie:



<p class="robinp"></p> (so here it would take all the formatting already in the p tag and then add in whatever you have added)



<h2 class="robinh2"</h2>



<span class="robinspan"></span> (probably the best one to use, as span has no inherit formatting, blank slate)



etc, etc.



The title of the class can be anything you want, but I would start them all with "robin" so that you don't accidentally copy some other one already in use.



Basically you put whatever you would put in the style="" between the {} for the class. The "." before the class name designates it as a class, as there are others, like id, "#".



*/







.robineventsh3 {font-size:14pt; font-weight:800; font-style:oblique; color:#f5c815;}

.robinfilthee {font-size:14pt; font-weight:800; color:#51a3b1;}

.robinh3black {font-size:14pt; font-weight:800; font-style:oblique; color:#000000;}



.robinh3red {font-size:14pt; font-weight:800; font-style:oblique; color:#ff0000;}


.robinwhite {font-size:10pt; color:#ffffff;} 


.robinbred {font-size:10pt; font-weight:bolder; font-style:bold; color:#ff0000;}


.robinh3black {font-size:14pt; font-weight:800; font-style:bold; color:#000000;}


.robinbblack {font-size:10pt; font-weight:bolder; font-style:bold; color:#000000;}



.robinbyellow {font-size:10pt; font-weight:bolder; font-style:bold; color:#f5c815;} 



.robindcap {font-size:50px; color:#F5C815; float:left; margin-top:7px; padding-right:3px;}



.robinb {color:#000000;}


