@charset "utf-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/

text-decoration: none;

color: #0154b1;

font-weight:normal;

font-size:12px;

font-family: arial, 'lucida console', sans-serif;
width: 200px;

}

 

.labelfield{ /*CSS for label field in general*/

color: #0154b1;

font-size: 12px;
width: 200px;

}

 

.datefield{ /*CSS for date field in general*/

color: #666666;

font-size: 12px;

}

 

#example1{ /*Demo 1 main container*/

width: 200px;

height: 70px;

border: none;

background-color: #ffffff;
margin-top:8px;
margin-left:6px;

}

 

code{ /*CSS for insructions*/

color: #003399;

}


