/* CSS Document */
body {
	background-color: #33ADFF;
	font-size: 10px;
}

.newscontainer {
	height: auto;
	width: 210px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}
.title {
	font-weight: bold;
	text-transform: uppercase;
}
.story {
	text-align: left;
	margin: 2px 0px;
}
.credits {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.author {
	font-weight: bold;
}
p {
	margin-top:4px;
	margin-bottom:6px;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
