
/* Basic setup for styles */

body, table, tr, td, p, h1, h2, h3, div, form, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family:Times New Roman, Serif;
	font-size: smaller;
	color: Black;
	line-height: 1.5em;
}
p {
	padding-bottom: 1.3em;
}

img {
	border: 0px;
}

/* Div identifiers */

div#logoads 
{
	visibility: hidden;
}

div#topstory 
{
	white-space: normal;

}

div#topstory div#headline
{
	font-weight: bolder;
	font-size: larger;
}

div#copyright 
{
	text-align: center;
	font-weight: bolder;
}

div#searchbar
{
	visibility: hidden;
}

