/* CSS Document */
body{
background: #fff;
color: #000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:20px;

}

A {
color: #000000;
  text-decoration : underline;
}

A:HOVER {
  color:#990000;
  text-decoration : underline;
}

table {
border:5px solid #990000;
color: #000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

div {
color: #000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}



ul{
list-style:none;
margin:0;
padding: 0;
}

li{
	background:url(images/bikon.gif) no-repeat;
	padding-left: 20px;
	padding-bottom:10px;
}

h1{
font-weight:bold;
font-size:13px;
text-decoration:underline;
color:#0099CC;
}

em{
font-weight:bold;
color:#0099cc;
}


