@charset "UTF-8";

/* BODYタグ */
BODY{
 padding-top:0;
 padding-left:8px;
 background-color:#003300;
 font-family:sans-serif;
 font-size:100%;
 line-height:175%;
 color:white;
}

A{color:white;}

H1{font-size:150%; line-height:100%;}

H2{font-size:133%; line-height:100%;}

P{line-height:175%;}

TABLE{
 border-collapse:collapse;
 border:2px solid white;
}

TH{
 border:1px solid white;
 font-size:125%;
 line-height:125%;
}

TD{
 border:1px solid white;
 font-size:125%;
 line-height:125%;
}

EM{
 font-style:normal;
 font-weight:bold;
 color:yellow;
}

.sendbutton{
 font-weight:bold;
 background-color:#00ffff;
 border:2px outset #cccccc;
 color:#ff0000;
}

.printbutton{
 font-weight:bold;
 background-color:#ffff00;
 border:2px outset #cccccc;
 color:#ff0000;
}
