body {
  background-color: #CBDEA8;
  color:black;
  font-family: MS Sans Serif, sans-serif;
  font-size: medium;
}

.links {
    /*margin:  0x 0px 0px 10px;*/
    padding-top:50px;
    padding-bottom:300px;
}

.plinks {
    margin:  0 0 0 30px;
     border-bottom: 1px solid #604c11;

width: 750px;

}

.content {
  margin: 30px 30px 30px 30px;
  height: 500px;

}


.footer {
    margin: 0 0 0 75px;
   border-top: 1px solid #604c11;
height: 1%;
width: 1000px;
  background-color: #CBDEA8;
  color: black;
  font-size: small;
  }

.header {
background: #fdf8f2;

margin: 2% 5% 1% 5%;

/* position: absolute;
top: 1%;*/
}


.roundedcornr_box {
   background: #fdf8f2;
   margin: 75px 0px 30px 75px;
   width: 1000px;
}
.roundedcornr_top div {
   background: url(rc_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(rc_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(rc_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(rc_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content { margin: 1 30px; }


a {
  color:#FDF8F2 ;
  background-color: #FDF8F2
}

a:visited {
  color: #800080;
}

a:hover {
  color: #000000;
}
