body
{
	font-family: Arial;
	margin: 0;
	}
	
h1
{
	font-size: small;
	color: darkred;
        margin: 0;
}

.ContentCell
{
padding: 4px;
}

.txt
{
font-size: x-small;
}

.MenuLink
{
	font-weight: bold;
	font-size: 13px;
	color: darkred;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.MenuLink:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.MenuLinkCell
{
padding: 4px;
}

A
{
	font-weight: bold;
	font-size: 13px;
	color: darkred;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/* NEWS */
.NewsTitle
{
	font-size: small;
	color: darkred;
}

.NewsInfo
{
	font-size: xx-small;
	color: darkred;
}

.NewsDesc
{
	font-size: x-small;
}

.NewsContent
{
	font-size: x-small;
}


