P  {
     font-family: Verdana, Arial, Helvetica;
     font-size: 8pt;
     font-style: bold;
     font-weight: bold;
     color: #477979;
}

P.big  {
     font-family: Verdana, Arial, Helvetica;
     font-size: 9pt;
     font-style: bold;
     font-weight: bold;
     color: #F5F5F5;
}

P.fett  {
     font-family: Verdana, Arial, Helvetica;
     font-size: 12pt;
     font-style: bold;
     font-weight: bold;
     color: #F5F5F5;
}
H1 {
     font-family: Verdana, Arial, Helvetica; 
     font-size: 8pt;
     font-style: bold;
     font-weight: bold;
     color: #477979; 
}

h2 {
    font-family: Verdana, Arial, Helvetica;
    font-size: 7pt;
    font-style: normal;
    font-weight: normal;
    color: red;
}

h3 {
    font-family: Verdana, Arial, Helvetica; 
    font-size: 7pt;
    font-style: normal; 
    font-weight: normal; 
    color: black;
}

h4 {
    font-family: Verdana, Arial, Helvetica; 
    font-size: 8pt;
    font-style: normal; 
    font-weight: normal; 
    color: black;
}	

h5 {
    font-family: Verdana, Arial, Helvetica; 
    font-size: 10pt;
    font-style: bold; 
    font-weight: bold; 
    color: #D3D3D3;
    text-decoration : none;
}	

A  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-style : bold;
	color : lightgrey;
	text-decoration : none;
}

A:Visited  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-style : bold;
	color : grey;
	text-decoration : none;
}

A:Active  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-style : bold;
	color : #696969;
	text-decoration : none;
}

A:Hover  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-style : bold;
	color : red;
	text-decoration : none;
}


