﻿body
{
	background-color: Black;
	font-family: Arial;
	color: #b4b4b4;
	margin: 0; /* center, need the width */
	padding: 0;
	width: 900px;
	height: 100%;
}

p
{
	font-size: 12pt;
}

#masterLatestNews p
{
	font-size: 14px;
}

.imgLeft
{
	float: left;
}

.overflowHidden 
{
	overflow:hidden;
}

.cursorLink
{
	cursor:pointer;
}

.latestNewsArchiveTitle
{
	cursor:pointer;
	font-size: 10px;
}