/* LINKS */
a:link { color: yellow; text-decoration: none }
a:visited { color: white; text-decoration: none }
a:active { color: white; text-decoration: none }
a:hover { color: gray; text-decoration: underline }

body { 
   background-color: #000000;
   /* background-image: url(../ASSETS/graphics/bg.gif); */
   font-family: Verdana, Arial, helvetica, Geneva, sans-serif;
   color: white;
   font-size: large;
   font-weight: bold
   margin:0;
   padding:0
}

.NormalBold {
	font-weight: bold
}

.HeaderBold {
   font-size: large
}

.HeaderBoldGray {
   font-size: large;
   color: gray;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}.smallPlain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
}
.hottopic em {
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}
