﻿@media screen {

	* {
		font-family:Trebuchet, Helvetica, Arial, sans-serif;
	}
	
	#forum {
		position:relative;
		width:250px;
		height:120px;
		left:300px;
		top:-580px;
		z-index:4;
		text-align:left;
	}

	#forum a:link, #forum a:visited {
		color: #FFFFFF;
		text-decoration:none;
		font-size: 13px;	
		font-weight:bold;
	}

	
	#forum a:hover{
		color: #FFFFFF;
		text-decoration:underline;
		font-size: 13px;
		font-weight:bold;
	}

}