html, body {
		height: 100%;
		}
body {
		background-color: #4B272B;
		margin: 0;
		padding: 0;
		font-family: verdana,tahoma,sans-serif;
		text-align: center;
		font-size: 11px;
		color: #001214;
		}
td {
		font-family: verdana,tahoma,sans-serif;
		font-size: 11px;
		color: #001214;
		text-align: justify;
		}
#mainTable {
		background-color: white;
		width: 800px;
		}
a:link, a:active, a:visited, #footer a {
		font-family: verdana,tahoma,sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #4B272B;
		}
a:hover, #footer a:hover{
		color: #001214;
		text-decoration: none;
		background-color: transparent;
		border-width: 0 0 1px 0;
		border-style: dotted;
		border-color: #4B272B;
		}
h1 {
		color: #4B272B;
		background-color: transparent;
		border-bottom: 1px solid #758D9B;
		font-family: helvetica,verdana,tahoma,sans-serif;
		font-size: 16px;
		font-weight: normal;
		padding-left: 5px;
		}
h2 {
		color: #4B272B;
		font-weight: normal;
		}
h3 {
		font-family: impact,"arial black",tahoma,sans-serif;
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		border-bottom: 1px solid #000000;
		}
img {
		border: 0;
		padding: 2px;
		}
.copyright {
		color: white;
		padding: 0 0 5px 0;
		}
input, textarea, select {
		background-color: #FFFFFF;
		font-family: verdana,tahoma,sans-serif;
		font-size: 1.0em;
		color: #001214;
		border: 1px solid #DDDDDD;
		padding: 1px;
		margin: 1px;
		}
.line {
		border-bottom: 1px solid #000000;
		margin: 5px;
		}
/*-----------------------------------------------------------------------------
   CuteNews
--------------------------------------------------------------------------------*/

.newscontainer {
	text-align: justify;
	}
.newscomment {
	padding: 6px;
	margin-top: 25px;
	text-align: justify;
	background-color: #F0F0F0;
	}
.newsdate {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 0 5px 0;
	}