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

body {
	background-color: #000000;
	margin: 0px;
}
.logo {
	background-image: url(img/occulta.jpg);
	width: 300px;
	height: 274px;
	background-position: 50px 50px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #000000;
	left: 0;
	top: 0;
}
.news_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 550px;
	border-bottom-color: #CCCCCC;
	position: absolute;
	left: 301px;
	text-transform: capitalize;
	top: 100px;
	background-color: #000000;
	clip: rect(auto,auto,auto,auto);
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.news_entry_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	background-color: #000000;
	position: relative;
	top: auto;
	text-decoration: none;
}
.news_entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 200px;
	background-color: #000000;
	position: relative;
	top: auto;
	text-decoration: none;
}
