/* CSS Document */

.newsitem {
	border: 1px solid #CCCCCC;
	font-family: Tahoma; 
	color: #333333; 
	font-size: 13px;
}

.newstitle {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.newsdescription {
	padding: 5px;
	}
	
.newsoptions {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	}

h1.title {
	text-align: center;
	font-family: Tahoma; 
	color: #333333; 

	font-size: 19px;
	}	

a:link {text-decoration : none; color : #9F0002;}
a:visited {text-decoration : none; color : #9F0002;}
a:hover {text-decoration : underline; color : #9F0002;}
a:active {text-decoration : underline; color : #9F0002;}
