.menu
{
	font-family: "verdana";
	font-size: 11px;
	font-weight: 900;
	color: white;
}
.news
{
	font-family: "verdana";
	font-size: 9px;
	font-weight: normal;
	color: red;
}
.norm
{
	font-family: "verdana";
	font-size: 10px;
	font-weight; normal;
}
.sma
{
	font-family: "verdana";
	font-size: 8px;
	font-weight; normal;
}
.lar
{
	font-family: "verdana";
	font-size: 14px;
	font-weight; normal;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}

#global
{
	margin-right: auto;
	margin-left: auto;
	width; 900px;
}
#header, #body, #footer
{
	margin-right: auto;
	margin-left: auto;
	width; 900px;
		
}
