body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fa9f34;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
	margin: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	margin: 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
}

p
{
	padding: 0px;
}

#formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

#newsContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

#errorMessage
{
	color:#FF0000;
}

th
{
	background-color: #3B99C5;
}

#postsTable
{
	background-color: #EAF5FB;
	border-left: 1px solid #3B99C5;
	width: 90%;
}

#postsTable td
{
	border-right: 1px solid #3B99C5;
	border-bottom: 1px solid #3B99C5;
}

#smilieTable
{
	border: 1px solid #000000;
	margin-left: 5px;
	font-weight: bold;
	text-align: center;
}

