/*  basic Style   */

body     {
     background-color: White;
     color: Black;
     font-size: 12px;
}

a     {
     color: Gray;
}

a:hover     {
     color: Black;
}

h2     {
     width: 700px;
     background-color: Orange;
     color: White;
     font-size: 20px;
     border-top: double 3px Orange;
     border-bottom: double 3px Orange;
     margin-top: 3px;
}

#comments     {
     width: 700px;
     text-align: left;
     font-size: 14px;
}


#comments-right     {
     width: 560px;
     text-align: left;
}

#contents     {
     width: 700px;
     background-color: Silver;
     color: Black;
     text-align: left;
     font-size: 14px;
     border-top: double 3px silver;
     border-bottom: double 3px silver;
     border-right: double 3px silver;
     border-left: double 3px silver;
}

form     {
     position: relative;
     top: 10px;
     left: 20px;
}

h6     {
     width: 700px;
     background-color: White;
     color: Gray;
     font-size: 12px;
     border-top: double 3px Silver;
     border-bottom: double 3px Silver;
     text-align: center;
}