body{
background-attachment: fixed;
text-align: center;
font-family: "Comic Sans MS";
font-weight: bold;
}
img{
border: 0;
}
sup{
font-size: 50%;
}
h1{
background-color: transparent;
font-size: 220%;
text-align: center;
margin: 0;
font-weight: bold;
}
h2{
background-color: transparent;
color: red;
font-size: 200%;
text-align: center;
margin: 0;
font-weight: bold;
}
h3{
background-color: transparent;
font-size: 180%;
text-align: center;
margin: 0;
font-weight: bold;
}
h4{
background-color: transparent;
font-size: 160%;
text-align: center;
margin: 0;
font-weight: bold;
}
h5{
background-color: transparent;
color: red;
font-size: 140%;
text-align: center;
margin: 0;
font-weight: bold;
}
h6{
background-color: transparent;
font-size: 120%;
text-align: center;
margin: 0;
font-weight: bold;
}
a{
color: #F00;
font-family: "Comic Sans MS";
text-decoration: none;
}
.link{
font-size: 220%;
text-decoration: none;
}

a:hover{
color: green;
text-decoration: none;
}
.red{
color: red;
}
.body{
width: 1000px;
color: #000;
background-color: transparent;
}
.small
{
font-size: 70%;
}
.big
{
font-size: 120%;
}
.hidden
{
background-color: transparent;
text-decoration: none;
font-size: 80%;
color: silver;
}
.footer
{
font-family: "Comic Sans MS";
font-size: 60%;
background-color: transparent;
color: black;
}
.date
{
color: red;
}
.contentleft{
float: left;
font-size: 80%;
width: 260px;
text-align: justify;
}
.contentcenter{
font-size: 80%;
width: 250px;
float: none;
text-align: justify;
}
.contentright{
float: right;
font-size: 80%;
width: 260px;
text-align: justify;
}
.left
{
float: left;
}
.right{
float: right;
}
.center
{
text-align: center;
}
.linkbox
{
 vertical-align: middle;
 width: 920px;
 background: white;
 color: red;
 font-size: 150%;
 font-weight: bold;
 border: 6px outset gray;
 vertical-align: middle;
}
.tr{
text-align: right;
padding-right: 50px;
}