.update {
	color : white ;
	font-weight : bold ;
	font-size : 10 ; }

/* GENERAL SETTINGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white ;
	font-weight: bold ;
	text-decoration: none;
	background-color: #980001 ;
	text-align: justify ; }
a {
	color: white ;
	text-decoration: none;
	font-weight: bold ;
	font-size: 16 ; }
a:hover {
	color: white ;
	text-decoration: underline ;
	font-weight: bold ;
	font-size: 16 ; }
a:active {
	color: white ;
	text-decoration: none;
	font-weight: bold ;
	font-size: 16 ; }
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black ;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold ; }
div {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	font-weight: normal; 
	color: blue; 
	text-decoration: none; 
	text-align: justify;
	font-size: 10px; }

/* TALEN */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 0px solid #333;
width: 160px;
background-image: url(../sitemedia/sitemedia_12.jpg);
background-repeat : no-repeat ;
}

#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid white;
background-image: url(../sitemedia/sitemedia_11.jpg);
background-repeat : no-repeat ;
color: white;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #333;
background-image: url(../sitemedia/sitemedia_12.jpg);
background-repeat : no-repeat ;
color: #333;
}

