body
{
	font-family:"Lucida Console","courier","monospace";/**/
	/*font-family:"monospace";/**/
	/*font-family:"courier";/**/
	font-weight:bolder;/**/
	color:yellow;
	background: blue;
	width:100%;
	height:100%;
}

#menu,#news,#main
{
	border: 1px solid aqua;
}

address
{
	font-style:normal;
}

a
{
	border:none;
	text-decoration: none;
}

a:link		/* unvisited link */
	{color:#FFFFFF}
a:visited	/* visited link */
	{color:#AAAAAA}
a:hover		/* mouse over link */
	{color:#FF00FF}
a:active	/* selected link */
	{color:#FF0000}
