﻿.newsDIV
{
	border: solid 4px #666666;
	background-color: #FFFFEE;
	position: absolute;
	
	top: 140px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	
	z-index: 10;
	padding: 10px;
}

.newsH3
{
}

.newsP
{	
	text-align: left;
}

.newsCLOSE
{
	text-align: right;
	cursor: pointer;
	color: #CC0000;
	font-weight: bold;
}

.newsCLOSE:hover
{
	color: #FF4400;
}
