p.menu
{
	font: bold;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

h2
{
	color: Navy;
	text-align: center;
}

body
{
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top:  7px;
	font-size: 14px;
}

body.news
{
	font-size: 14px;
}

li.sait
{
	color: Navy;
}


A:visited { text-decoration: none; color: Blue; }
A:link { text-decoration: none; color: Blue;}
A:hover { text-decoration: underline; color: Aqua;}
