@charset "ISO-8859-1";

.marquee1{
         color:#191970; 
         font-size:120%; 
         font-family:sans-serif; 
         font-style: oblique;
         overflow:hidden;
        }

.marquee2{
         color:#191970; 
         width:100%;
         overflow:hidden;
        } 

.badge:after{
	content:attr(value);
    position: absolute;
    background: rgba(255,0,255,1);
    height:1.8rem;
    top:-0.2rem;
    right:6rem;
    width:2.0rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid blue;
 }
 
footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}