body {
     background-color: #ffe4e1;
     color: #5c5c5c;
     text-align: center;
     align: center;
     background-image: url(http://zusu.net/diary/diary-side.gif);
     background-repeat: repeat-y;
}

a:link {
    color: #5c5c5c;
}

a:visited {
    color: #5c5c5c;
}

a:hover { 
    background-color: #ff69b4;
    text-decoration: underline;
}

a:link {
    color: #5c5c5c;
}

a:visited {
    color: #5c5c5c;
}

a:hover { 
    background-color: #ff69b4;
    text-decoration: underline;
}
ol   {
    font-size: 0.9em;
}
.c1  {
    list-style-type: square;
}
p  {
    text-align: left;
    font-size: 1em;
    line-height: 160%;
}
.c1 {
    font-size: 0.7em; 
    text-align: center;   
}
h1   {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
 margin-left: 0; 
 margin-right: 0;
  border-bottom-style: solid;
  border-bottom-color: blue;
  border-bottom-width: 1px;
  background-color: #0165E3;
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  padding: 5px 10px;
}

h2   {
  color: #696969;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 600px;
  border-width: 1px;
  border-color: #ff69b4;
  border-style: solid;
  margin: auto;
}

div {line-height: 100%;}

#top  {
    width: 100%;
    align: center;
    margin: 0px;
    border-bottom-style: solid;
    border-bottom-color: blue;
    border-bottom-width: 1px;
    background-color: #ffe4e1;
    height: 70px;
    padding: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

#wrapper  {
    width: 805px;
    height: auto; 
    margin: 0 auto;
   padding: 0;
    text-align: left;
}

#left  {
    width: 250px;
    margin: 0 auto;
    padding: 0 auto;
   height: auto;
    float: left;
 align: center;
line-height: 130%;
}
    

#right  {
    width: 550px;
    padding-left: auto;
   padding-right: auto;
    margin: auto;
   height: auto;
  float: right;
  align: center;
  background-color: #ffccff;
    border-color: #ff69b4;
    border-width: 1px;
    border-collapse: collapse;
  border-style: solid;
line-height: 130%;
}

#footer  {
   padding-top: 15px;
   width: 805px;
   clear: both;
   align: center;
   text-align: center;
}
   
table {
    text-align: left;
    align: center;
    width: 550px;
    border-style: solid;
    border-color: #ff69b4;
    border-width: 1px;
    border-collapse: collapse;
line-height: 150%;
}


th, td {
    border-style: solid;
    border-color: #ff69b4;
    border-width: 1px;
    border-collapse: collapse;
}


