a {text-decoration:none;}
a:link   {color:blue; font-weight:bold}
a:active {color:blue; font-weight:bold}
a:hover  {color:red;  font-weight:bold}
a:visited{color:purple; font-weight:bold}



A.white                       {color:#ffffff; text-decoration:none; font-weight:bold}
A:hover.white                 {color:#ffffff; text-decoration:none; font-weight:bold}
A:active.white                {color:#ffffff; text-decoration:none; font-weight:bold}
A:visited.white               {color:#ffffff; text-decoration:none; font-weight:bold}

A.spoil                       {color:#000000; text-decoration:none; font-weight:bold}
A:hover.spoil,A:active.spoil  {color:#000000; text-decoration:none; font-weight:bold}

A.copy                       {color:#970607; text-decoration:none; font-weight:bold}
A:hover.copy,A:active.copy   {color:#000000; text-decoration:none; font-weight:bold}

A.title                        {color:#000000; text-decoration:none; font-weight:bold}
A:hover.title,A:active.title   {color:#000000; text-decoration:none; font-weight:bold}


BODY  { font-family : Arial,Verdana,Helvetica;
        font-size : 12px;
        font-weight : normal;
        font-style : normal;
        background-color : #ffffff;
        color : #000000;
}

P,TR,TD,BR,UL,LI { font-family : Verdana,Arial,Helvetica;
        			font-size : 12px;
					color : #000000;
					border-color  : #000000;
}

.white { font-family : Verdana,Arial,Helvetica;
        			font-size : 13px;
					color : #ffffff;
					border-color  : #000000;
}

.copy { font-family : Verdana,Arial,Helvetica;
        			font-size : 10px;
					color : #000000;
					border-color  : #000000;
					font-weight : normal;
                    font-style : normal;
}

.spoil { font-family : Verdana,Arial,Helvetica;
	font-size : 22px;
	color : #000000;
	border-color  : #000000;
	font-weight : bold;
    font-style : italic;
}

.semiTrans {
	filter: alpha(Opacity=70);
}

.small {
	font-familly:arial,helvetica,sans-serif;
	color:000000;
	font-size:10px;
}