body{
 font-size:95%;
 /* color:#333; */
 font-family:Verdana,Tahoma,Arial,"MS UI Gothic";
 /* scrollbar-base-color:#803; */
 /* scrollbar-arrow-color:#500; */
 background-color:#ded;
 /* background-image:url("bg_image.png"); */
 link:blue;
 vlink:tomato;
}
table.bigtbl{
 width:100%;
 padding:10px;
 align:center;
 border:0
 font-size:95%;
 line-height:150%;
}
table.bigtbl2{
 width:100%;
 padding:0px;
 align:center;
 border:1px solid #b9b9b9
 font-size:95%;
 line-height:150%;
}
hr{
 border-style:dotted;
 color:#c36;
}

div.bigbox{
 width:620px;
 margin: 0 auto;
}
.box200 {
    width:200px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
    box-shadow:4px 4px #555;
}
.box300 {
    width:300px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#49a9d4;
    border-radius:5px;
    box-shadow:4px 4px #555;
}
