/* BODY tag */
BODY {background-color : #FFF0F0; font-family : Arial, Helvetica, sans-serif; color : #666666;}

/* Main Anchor tags (links). */
A:link {color: #990000; text-decoration: none; font-size: 12px;}
A:active {color: #990000; text-decoration: underline overline; font-size: 12px; background-color: #E2FFDE;}
A:visited {color: #990000; text-decoration: none; font-size : 12px;}
A:hover {color: #009933; text-decoration: underline overline; font-size: 12px; background-color: #E2FFDE;}

/* Top menu Anchor tags (links). */
.topMenu:link {font-family: Arial, Helvetica, sans-serif; color: #0000CC; text-decoration: none; font-size: 12px; font-weight: bold;}
.topMenu:active {font-family: Arial, Helvetica, sans-serif; color: #0000CC; text-decoration: underline overline; font-size: 12px; font-weight: bold;}
.topMenu:visited {font-family : Arial, Helvetica, sans-serif; color: #0000CC; text-decoration: none; font-size: 12px; font-weight: bold;}
.topMenu:hover {font-family : Arial, Helvetica, sans-serif; color: #009933; text-decoration: underline overline; font-size: 12px; font-weight: bold;}

/* Top menu Anchor tags (links). */
.copy:link {color: #484848; text-decoration : none; font-size : 10px;}
.copy:active {color: #484848; text-decoration : none; font-size : 10px;}
.copy:visited {color: #484848; text-decoration : none; font-size : 10px;}
.copy:hover {color: #484848; text-decoration : none; font-size : 10px;}

/* TD tag */
TD {font-family: Arial, Helvetica, sans-serif; color : #484848; font-size : 12px;}

/* SMALL tag */
SMALL {color: #999999; font-size: 10px;}

/* The font size from the main link to the subcategory. */
.cat {font-size: 12px; font-weight : normal;}

/* The font size from the category description or links. */
.catDesc {font-size: 10px;}

/* The font size from the category navigation. */
.catNav {font-size: 10px;}

/* H1 */
H1 {font-size: 22px;}

/* H2 */
H2 {font-size: 18px;}

/* Small font */
.small {font-family: Arial, Helvetica, sans-serif; font-size: 10px;}

/* Medium small font  */
.smallMedium {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

/* Bold */
.bold {font-weight: bold;}

/* small and bold */
.smallBold {font-weight: bold; font-size : 10px;}

/* New link */
.new1 {color: Green;} /* 1 day old */
.new2 {color: #0068CC;} /* 1 week old */
.new3 {color: #804000;} /* older than 1 week */

/* Popular link */
.popular {color: Red;}

/* Color green */
.green {color: Green;}

/* Color red */
.red {color: Red;}

/* Color silver */
.silver {color: Silver;}

/* Copyright notice */
.copy {font-size: 10px;}

