@charset "utf-8";
/* CSS Document */

.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #352F25;
}
.news_text {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #352F25; }
.news_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #673D3A;
}
.line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #D7CBAD;
}
.left_title {
	font-family: Arial, sans-serif;
	font-size: 14px;
	height: 30px;
	color: #545625;
	background-image:url(images/lates_bg.jpg);
	text-align: center;
	padding-top: 5px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, sans-serif;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 450px;
height: 30px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
}

#example2{ /*Demo 2 main container*/
width: 600px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#example3{ /*Demo 3 main container*/
width: 90%;
height: 200px;
border: 0px solid navy;
padding: 4px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}

