body {
	margin: 0px;
	background-color: #ded9c5;
	background-repeat: repeat;
	font-family: "Trebuchet Ms";
	font-size: 9px;
	line-height: 12px;
	color: #808080;
}
 
a:link, a:active, a:visited {
	text-decoration: none;
	text-transform: capitalize;
	color: #957847;
}
 
a:hover {
	text-transform: uppercase;
	font-weight: bold;
	color: #c75727;
	letter-spacing: 2px;
	border-bottom:dotted 2px #cc8025;
	background-color:#f2eee4;
	text-decoration: none;
	cursor: crosshair;
}
 
.titulo{
background-image:url(/stardust/cutenewstitle.png);
}

.title{
	font-family: "book antiqua";
	letter-spacing: -4px;
	font-size: 24px;
	text-transform:uppercase;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
 
 
.contenido {
	background-color: #ded9c5;
	background-image:url(/stardust/cutenewsbg.png);
	font-family: "Trebuchet Ms";
	font-size: 9px;
	line-height: 12px;
	color: #36230f;
	text-align: justify;
	border: 0px solid #a2aea2;
	padding: 5px;
}
 
.foot{
    font-family: "book antiqua";
	background-color: #ded9c5;
	background-image:url(/stardust/cutenewsfooter.png);
	letter-spacing: -3.3px;
	font-size: 18px;
	text-transform:uppercase;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
 
 
.authordate {
	font-family: times new roman;
	font-size: 10pt;
	color:#FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}

.comments{
	font-family: "franklin gothic demi";
	letter-spacing: -3px;
	font-size: 30px;
	text-transform:uppercase;
	color: #8D5E3B;
	padding: 15px;
	text-align: center;
	font-style:italic;
}
 
.image {
	background-color: #ffffff;
	padding: 4px;
	border: 2px dotted #a1ddeb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 
 
.image01 {
	background-color: #ddb778;
	padding: 4px;
	border: 2px dotted #faf1cc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
 
.image02 {
	background-color: #ffffff;
	padding: 0px;
	border: 0px solid #ffffff;
}
 
.image03 {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
 
a img {
	background-color: #ddb778;
	padding: 4px;
	border: 2px dotted #faf1cc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
 
a:hover img {
	background-color: #ddb778;
	padding: 4px;
	border: 2px dotted #bd4e1a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
 
b {
	color: #2c3f50;
	font-family: "trebuchet ms";
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bolder;
}
 
em {
	color: #cc4d27;
	font-size: 11px;
	text-transform: none;
}
 
u {
	color: #b0720b;
	text-transform:lowercase;
	font-size: 10px;
	font-style: italic;
	border-bottom: dotted 2px #b52200;
	text-decoration: none;
	font-weight: bolder;
	background: FFFFFF;
}
 
i {
	color: #525252;
}
 
label {
	color: #e6af56;
	font-size: 12px;
	text-transform: none;
	font-weight:bold;
	font-style:italic;
}
 
 
blockquote {
	background-color: #c2a584;
	border-left: 2px dotted #d7310b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px;
}
 
