/* CSS Document */

#pscroller1{
        margin-top: 15px;                                         /* added by me */
	margin-right: 0;                                          /* was 50% */
        margin-bottom: 15px;                                      /* added by me */
        margin-left: 0;                                           /* was 50% */
	border-top: #e6d23c 1px solid;                            /* was #000000 */
	border-right: #e6d23c 1px solid;                          /* was #000000 */
	border-bottom: #e6d23c 1px solid;                         /* was #000000 */
	border-left: #e6d23c 1px solid;                           /* was #000000 */
	padding-top: 5px;
	padding-right: 0;                                         /* was 5px */
	padding-bottom: 5px;
	padding-left: 0;                                          /* was 5px */
	width: 110px;                                             /* was 350px */
	height: 12px;
	background-color: #1f3b3c;                                /* was #ffffff */
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;                                           /* was #000000 */
}

#pscroller2 {
        margin-top: 15px;                                         /* added by me */
	margin-right: 5px;                                        /* was 50% */
        margin-bottom: 15px;                                      /* added by me */
        margin-left: 5px;                                         /* was 50% */
	border-top: #e6d23c 1px solid;                            /* was #000000 */
	border-right: #e6d23c 1px solid;                          /* was #000000 */
	border-bottom: #e6d23c 1px solid;                         /* was #000000 */
	border-left: #e6d23c 1px solid;                           /* was #000000 */
	padding-top: 5px;
	padding-right: 0;                                         /* was 5px */
	padding-bottom: 5px; 
	padding-left: 10px;                                       /* was 5px */
	width: 250px;                                             /* was 350px */
	height: 150px;                                            /* was 200px */
	background-color: #1f3b3c;                                /* was #ffffff */
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;                                           /* was #000000 */
}

.rssclass .rsstitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	color: #e6d23c;                                           /* was #000000 */
}

.rssclass .rssdate {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-style: italic;
	color: #e6d23c;                                           /* was #000000 */
}

.rssclass a {
	text-decoration:none
}

/*

  Commented out because they conflict with my definitions!

	a:link {    
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none; 
    color: #000000; 
    font-weight: bold; 
    }
	a:active {    
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000000; 
    font-weight: bold; 
    }  
	a:hover {        
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline; 
    color: #000000; 
    font-weight: bold;  
    }  
	a:visited  {   
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000000; 
    font-weight: bold;  
    }

*/