#rssfeed { /* CSS feed for the entire containing DIV */


}

#rssfeed div { /* CSS feed for the entire containing DIV */

margin-bottom: 5px;
border-bottom: 1px gray dotted;
padding-bottom:5px;

}

#rssfeed div a { /* CSS feed for the title*/

font-size: 10pt;
font-weight: bold;
color: #600;
}

.labelfield{ /*CSS for label field in general*/
color:#00f;
clear:both;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 70%;
}

.readmorefield { /*CSS for read more link */
color:#600;
font-size:70%;
}

<!-- RSS ticker stylesheet -->
.gamesblogclass{
font-size: 8pt;
border-bottom: none;
margin:10px;
}


