body{
    font-family: "arial";
    color:#333;
    font-size:15px;
    background:url('../../image/bg.jpg') repeat left top;
}
a{
    color: #00f;
    text-decoration: none;
}
a:hover{
    color: #00f;
    text-decoration: underline;
}
li{
    margin: 10px 0px 10px 0px;
}
#banner{
    width:70%;
    margin: 10px auto 20px auto;
}
#main{
    border:2px solid #ddd;
    width:70%;
    margin: 50px auto 50px auto;
    background:#ffffff;
    box-shadow: 5px 5px 5px #888;
}
span.download a {
    font-weight: bold;
    color:#800;
    text-decoration:none;
}
span.download a:hover{
    font-weight: bold;
    color:#e00;
    text-decoration:underline;
}
p.title{
    font-weight: bold;
    font-size: 17px;
}
a{ 
    cursor: pointer; 
    text-decoration:none; 
}
#popup_box {
    display:none; /* Hide the DIV */
    background: #dedede;
    -moz-box-shadow: 0 0 7px #ddd;
    -webkit-box-shadow: 0 0 7px #ddd;
    box-shadow: 0 0 7px #ddd;
}
