/* 
Stylesheet for web site Layout 
 MarpaRyStyle ® 2001  Marek Parys
*/
body {
    font-family: Arial;
    font-size: 11px;
    color: Black;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: white
}
table, tr{
	font-family: Arial;
	font-size: 11px;
    border-color: Gray;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}
P {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 12px;
}
A	{
    text-decoration: none;
    font-weight: bold;
}
A:LINK		{ color: #7e95a4}
A:VISITED	{ color: #AA8E3C;}
A:ACTIVE	{color: #F0B200;}
A:HOVER		{
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

