BODY
{	
	background-color: white;
	font-family: verdana;
	color: #221F61;
}

.loggedinusers
{	
	display: none; 
	border: 2px solid #FEE189; 
	background-color: #F8FCA7; 
	margin: 3px;
	font-size: 12px;
}

.forum_header
{
	font-family: arial; 
	font-size: 18px; 
	font-weight: bold; 
	background-color: #E6E7DA;
}

.title
{
	font-size: 25px;
	font-weight: bold;
	color: #000971;
}

.content
{
	width: 100%;
	height: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}

.header
{
	border-bottom: 2px solid #BBBBBD;
}

.menu_left
{
	border-right: 2px solid #BBBBBD;
}

.menu_right
{
	border-left: 2px solid #BBBBBD;
}

.menu_header
{
	background-color: #0000EC;
	background-image: url('../images/corner.png');
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
}

.menu_content
{
      font-size: 12;
      color: black;
      font-family: arial;
}

.newsbody
{
      border-top: 2px solid #BBBBBD;
}

/*link settings */
a:link
{
      color: #0112A9;
      text-decoration: none;
}

a:visited
{
      color: #0112A9;
      text-decoration: none;
}

a:hover
{
      text-decoration: underline;
      color: red;
}