/*----------------------------------------------------------*/
body{
           color: #000000;
           background-color: #ffffcc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
p{
           font-size: x-small;
           color: #000000;
           margin: 2px 2px 2px 5px;
}
.sml{
           font-size: xx-small;
           color: #000000;
           margin: 2px 2px 2px 3px;
}
/*----------------------------------------------------------*/
h1{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
h2{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
.b{
           color: #ffaaaa;
           font-weight: bolder;
           margin: 2px 4% 5px 0px;
}
/*----------------------------------------------------------*/
h3{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
h4{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
h5{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
h6{
           color: #ffcccc;
           margin: 2px 4% 5px 2px;
}
/*----------------------------------------------------------*/
A:link {
           text-decoration: none;
           color: #0000ff;
}
A:visited {
           text-decoration: none;
           color: #0000ff;
}
A:active  {
           text-decoration: none;
           color: #ff0000;
}
A:hover{ 
           text-decoration: underline;
}
/*----------------------------------------------------------*/
div{
           background-color: #ffffaa;
           border-left-style: none;
           border-right-style: none;
           border-top-style: solid;
           border-bottom-style: solid;
           border-color: #888888;
           border-width: 1px;
           width: 400px;
}
.top{                     
           background-color: #ffffcc;
           border-left-style: none;
           border-right-style: none;
           border-top-style: solid;
           border-bottom-style: none;
           border-color: #888888;
           border-width: 1px;
           width: 400px;
}
.dwn{
           background-color: #ffffcc;
           border-left-style: none;
           border-right-style: none;
           border-top-style: none;
           border-bottom-style: solid;
           border-color: #888888;
           border-width: 1px;
           width: 400px;
}