body{
 width: 720px;
# width: 100%;
 position: relative;
 background-color: orange;
}
a:link{text-decoration : none;}
a:visited{text-decoration : none;}
a:hover{text-decoration : underline;}
a:active{text-decoration : underline;}
p{text-indent:1em;}
h1{
 margin: 0;
 font-size: xx-large;
 color: mediumblue;
 font-weight: normal;
}
h2{
  margin: 0 0 0 1em;
  font-size: large;
 font-weight: normal;
}
h3{
 margin: 0;
 font-size: medium;
 font-weight: normal;
}
.clip{
 background-color: white;
 margin: 0.5em;  
 padding:1em;
}
.clip ul{margin: 0; padding: 0 0 0 1em;}
.clip li{
 margin: 0.5em 0 0;
 font-size: small;
 list-style-position: inside;
}
.timestamp{font-size: small;}
.menu{}
.footer{}
.notes {}
.notes ul{margin: 0; padding: 0;}
.notes li{
  margin: 0;
  font-size: x-small;
  list-style-type: none;
  display: inline;
}
.header
{
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100px;
}
.main
{
 margin: 0;
 padding: 0;
}
.content
{
 width: 600px;
 float: left;
}
.right_ad
{
 float: left;
 width: 120px;
}
.footer
{
 margin: 0;
 padding: 0;
 width: 100%;
 clear: both;
}
.copyright{
  font-size: xx-small;
  text-align:center;
}
