body{
    margin:2em 20% 2em;
    line-height:170%;
    font-size:80%;
    font-family:Verdana,sans-serif;
    color:#033;
    background-color:#eee;
}
h1{
    font-size:150%;
    color:#fff;
    background-color:#789;
    border:solid 1px #345;
    padding:0.5em;
    text-align:center;

}
h2{
    font-style:normal;
    font-size:120%;
    font-weight:bold;
    color:#006;
    border-left:solid 4px #036;
    border-bottom:solid 2px #036;
    padding-left:0.5em;

}
div.headline h2{
    border-left:none;
    border-bottom:none;
}
h3{
    font-style:normal;
    font-size:100%;
    font-weight:bold;
    color:#567;
}
h4{
    font-style:normal;
    font-size:100%;
    font-weight:bold;
    color:#456;
}
p{
    text-indent:1em;
}
p.navi{
    margin:0pt;
    padding:0pt;
    line-height:100%;
    color:#999;
    text-align:right;
}
img{
    border:1px solid #669;
    display:inline;
    float:right;
    margin-left:1em;
}
a{
    text-decoration:underline;
    color:#033;
}
a:hover{
    text-decoration:none;
}
div#contents{
    width:700px;
}
div.headline{
    background-color:#cde;
}
div.liveinfo{
    background-color:#abc;
    padding:0.5em;
}
div.liveinfo h3{
    color:#fff;
    background-color:#456;
    margin:0pt;
}
div.liveinfo h4{
    font-style:normal;
    font-size:100%;
    font-weight:bold;
    color:#456;
}
