/* Normal text and link colors */
a:link {color: #006699; text-decoration: none;}
a:visited {color: #003355; text-decoration: none;}
a:hover {color: #eebc00; text-decoration: underline;}
a:active {color: #ffcc00; text-decoration: underline;}

/* FONT SIZE and FONT-FAMILY 	*/
/* 	Normal Font (black)	*/
.normalf { font-size : 12px; text-decoration: none; color : #0f0f0f; font-weight : normal; font-family : helvetica,verdana,arial }

/* 	Normal Font type 2 (black)	*/
.normal2f { font-size : 16px; text-decoration: none; color : #0f0f0f; font-weight : none; font-family : verdana,helvetica,arial }

/* 	Normal Bold Font (black)	*/
.normalbf { font-size : 12px; text-decoration: none; color : #0f0f0f; font-weight : bold; font-family : arial,helvetica,verdana }

/* 	Normal White Bold Font (black)	*/
.normalfw { font-size : 16px; text-decoration: none; color : #ffffff; font-weight : bold; font-family : arial,helvetica,verdana }
a.normalfw:link { color : #f5f5f5; }
a.normalfw:visited { color : #f3f3f3; }
a.normalfw:hover { color : #e2e2e1; }

/* 	Large Font (black)	*/
.largef { font-size : 18px; text-decoration: none; color : #0f0f0f; font-weight : normal; font-family : arial,helvetica }
a.largef:link { color : #020202; }
a.largef:visited { color : #020202; }
a.largef:hover { color : #a28252; }

/* 	Big Font (black)	*/
.bigf { font-size : 22px; text-decoration: none; color : #0f0f0f; font-weight : none; font-family : arial,helvetica }

/* 	Small Font (black)	*/
.smallf { font-size : 10px; text-decoration: none; color : #010101; font-family : arial,helvetica,verdana; }

/* 	Headline Font 		*/
.headline { font-size : 28px; font-family : arial,verdana; font-weight : none }

/* 	Headline Font (green)	*/
.headlineg { font-size : 32px; font-family : arial,verdana; color : #009900 }

/* 	Index Links Font ()		*/
.idxf { font-size : 28px; text-decoration: none; }

/* 	Options Font (lt blue)		*/
.optionsf { font-size : 20px; font-family : arial,verdana; font-weight: bold;}
a.optionsf:link { color : #006699; }
a.optionsf:visited { color : #006699; }
a.optionsf:hover { color : #daa900; }

/* 	Top Options Font		*/
.topoptsf { font-size : 18px; font-family : arial,verdana; font-weight: normal; color : #010101;}
a.topoptsf:link { color : #010101; }
a.topoptsf:visited { color : #010101; }
a.topoptsf:hover { color : #c12111; }

/* 	Forum Messages Font		*/
.mesgf { font-size : 16px; font-family : arial,helvetica; font-weight: normal; color : #010101;}
a.mesgf:link { color : #010101; }
a.mesgf:visited { color : #010101; }
a.mesgf:hover { color : #c12111; }

/* 	Forum Title Font		*/
.forumf { font-size : 18px; color : #006699; font-family : arial,helvetica,verdana; }
a.forumf:link { color : #006699; }
a.forumf:visited { color : #006699; }
a.forumf:hover { color : #d9a600; }

/* 	Column Font		*/
.columnf { font-size : 14px; font-weight : bold; text-decoration: none; color : #010101; font-family : arial,helvetica,verdana; }

/* 	Rapper Fonts		*/
.raplargef { font-size : 26px; color : #f0ca00; font-family : verdana,helvetica; }
.rapnormalf { font-size : 16px; color : #c0a000; font-family : arial,helvetica,verdana; }
.raplinkf { color : #f0dd00; text-decoration : none }
a.raplinkf:link { color : #f0dd00; }
a.raplinkf:visited { color : #aa9900; }
a.raplinkf:hover { color : #ffff00; }

