@charset "utf-8";
/* CSS Document */
<style type="text/css">

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}
.border{border: 1px solid  #FFFFFF;}
.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3{ /*Demo 3 main container*/
width: 190px;
height: 140px;
border: 1px solid  #FFFFFF;
padding: 4px;
margin-left:4px;

}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}
.style16 {
	font-size: 18px;
	font-weight: bold;
}
.style20 {font-size: 16px}
.style21 {font-size: 18px; font-weight: bold; color: #E7F732; }
.style24 {font-size: 12px}


.btnstyle{
        background-color: #3CA477;
		font-size: 24px;
		border: 0px;
		color: #7EFD00;
		width: 100%;
		}		
		
.style4 {
	color: #0099CC;
	font-weight: bold;
}
.style5 {color: #FFFFFF}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}

.style8 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style9 {color: #000000}

.marquee { font-size:18px;
           color:#6F0;
         }


</style>

