/*should only hide specific images - not all of them?*/
img
{
    display:none;
}

a
{
    text-decoration:underline;
}

/*list item dividers, "|" should be hidden as 
lists will be become bulleted vertical lists*/
li.divider
{
    display:none;
}

.advertUC img
{
    display:block;
}

/*need to be positioned or they look crap*/
.go, .subscribeButton{position:relative;right:4px;top:6px;}



/*color table */
#defaultcolor a {
    color:#1C3C78;

}
a:hover {
    text-decoration:underline;
}

#whiteonblack a {
    color:white;
}

#whiteonblack {
    background-color:Black;
}

#blackonwhite a {
    color:black;
}

#blackonwhite {
    background-color:white;
}

#blackonyellow a {
    color:black;
}

#blackonyellow {
    background-color:#FFFF00;
}

#yellowonblack a {
    color:#FFFF00;
}

#yellowonblack {
    background-color:black;
}

#cream a {
    color:#000000;
}

#cream  {
    background-color:#ffffdd;
}

#pink a {
    color:#000000;
}

#pink {
    background-color:#FFDDDD;
}

#blue a {
    color:#000000;
}

#blue {
    background-color:#DDDDFF;
}

.blackon
{
	background-color:Transparent; 
	border:0; 
	cursor:pointer; 
	color:#000;
}

.whiteon
{
	background-color:Transparent; 
	border:0; 
	cursor:pointer; 
	color:#fff;
}

.yellowon
{
	background-color:Transparent; 
	border:0; 
	cursor:pointer; 
	color:#ffff00;
}
