/* CSS Document */

body {
	/* CHECK THIS BACKGROUND STUFF */
	background-color: #000000;
	background-image: url(../img/bg_home_latest_news.jpg);
	background-attachment: fixed;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.p {
	margin-bottom: 7px;
}

a {
	color: #d27280;
	text-decoration: underline;
}

a:hover {
	color: #edacb0;
	text-decoration: underline;
}

#latestNews {
	width: 225px;
	padding-left: 20px;
	color: #FFFFFF;
	font: 10px 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 14px;

}
