@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: underline;
	color:#a28075;
}
a:hover {
	text-decoration: underline;
	color:#ec8387;
}
a:visited {
	text-decoration: underline;
	color:#a28075;
}
a:link img, a:hover img, a:visited img{border: none;}
body{color: #e28aa7; font-size: 11px; font-family:Arial, Helvetica, sans-serif}
.newscontent {width: 330px; height: 200px;}