/* 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 {

color: #000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
border-right:30px solid #cccc33;
border-left:30px solid #0099cc;
}

.contact{
border: solid 2px #cccc33;
padding:5px
}

.cell{
border-bottom: solid 2px #cccc33;
}

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;
}

.headroom {
padding: 10px;
}