body {
	background-color: #0e5f4c;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.style1 {
	color: #FFFFFF;
	font-size: 36px;
}
.style2 {
	font-weight: bold;
	font-size: 18px;
}
.style4 {font-size: 14px}

a:link {
	color: #3F0;
}
a:visited {
	color: #3F0;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #3F0;
}

        #ticker-container {
        position:relative;
        overflow:hidden;
        width: 135px;
        height: 250px;
        background-color: #0e5f4c;
        background-repeat: repeat;
        padding: 0px;
        border:  dotted #ffffff;
        }
	
	#ticker {
		position:relative;
		width:135px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
			text-align:left;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 8;
            font-weight: normal;
            color: #ffffff;
            padding-left: 5px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: 8;
            font-weight: normal;
            color: #ffffff;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: 8;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }
