/* CSS Document */
*{
margin:0;
padding:0;
}
html{
font-family:tahoma, Verdana, Arial;
font-size:12px;
}
body{
text-align:center;
background:#555555;
color:#585858;
}
ul{
list-style:none;
}
a img{
border:none;
}
a{
color:#585858;
text-decoration:none;
}
a:hover{
color:#FFB038;
}
h3{
font-size:14px;
font-family:Arial;
}
ol{}
dl{}
dt{
font-weight:bold;
}
dd{}
p{
line-height:1.6em;
}
input{}
select{}
textarea{}

.clear{
clear:both;
}
