body {
line-height: 20px;
font-family: arial;
font-size: 13px;
color: #eeeeee;
}

table {
line-height: 20px;
font-family: arial;
font-size: 13px;
color: #eeeeee;
}


div {
line-height: 20px;
color:#eeeeee;
font-family:arial;
font-size: 13px;
}



a {
color: #eeeeee;
text-decoration:none;

}

a:hover {
text-decoration:underline;
}

li {
list-style-image:url(img/arrow.jpg); 
}

ul {
margin:0px;
padding-left:20px;
padding-top:6px;
}

.button {
display: block;
height:70px;
line-height:70px;
font-size:16px;
text-decoration:none;
text-align:center;
color: white;
background: url(img/but1.jpg) repeat-x;
}

.button:hover {
display: block;
text-decoration:none;
height:70px;
line-height:70px;
font-size:16px;
text-align:center;
color: white;
background: url(img/but2.jpg) repeat-x;
}

