* {
border: 0;
margin: 0;
}

a:link {
  color: black;
 text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

#content {
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width: 800px;
}

#contents_left {
width:200px;
float:left;
}

#contents_right {
width:600px;
float:right;
}

.clearboth {
clear: both;
}

#contents_left table {
font-size:11px;
}

#contents_right ul{

}

#contents_right li{
font-size:14px;
margin:15px 0px 15px 0px;
list-style-image: url(./images/point.png);
}

#contents_right h2 {
font-size:14px;
margin:5px 0px 5px 0;
}

#contents_right p {
font-size:12px;
line-height: 1.5em;
}
