/*

<link rel="stylesheet" href="css/news.css" type="text/css">
<script src="js/news.js" type="text/javascript"></script>



<div style="margin-left: auto; margin-right: auto; width: 60%">
<?php

	$repository = "news/items/";

	include( "news/news.php" );

	marqueeNews();

?>
</div>

*/

div.news {

	background-color: #EBF3EA;
	padding: 5px;
	border: 2px solid green;

	margin-bottom: 20px;
	margin-top: 20px;

}

div.news p.heading {

	font-weight: bold;
	margin-top: 0px;

}

div.news p.content {


}

div.news p.close {

	margin-bottom: 0px;



}

div.news p.close span.close {

	cursor: pointer;
	color: green;

	padding-left: 18px;
	padding-top: 5px;

	background-image: url(../images/close.gif);
	background-position: left;
	background-repeat: no-repeat;

}

div.news p.close span.close:hover {

	text-decoration: underline;

}

div.newsindex .marquee {

	padding: 2px;

	border: 1px solid black;
	font-size: 90%;

}

div.newsindex .marquee a {

	font-size: 90%;

}

div.newsindex span.open {

	cursor: pointer;
	color: green;

}

div.newsindex span.open:hover {

	text-decoration: underline;

}

