body {
 background: #740101;
}
body.top {
 background: #F9C445;
}
body.navi {
 background: #F9C445;
}
h2 {
 font-family: Arial;
 font-size: 16pt;
 font-weight: bold;
 color: #F9C445;
 text-align: center;
}
h3 {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #F9C445;
 text-align: left;
}
p {
 font-family: Arial;
 font-size: 12pt;
 color: #F9C445;
 text-align: center;
}
p.bold {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #F9C445;
 text-align: center;
}
p.small {
 font-family: Arial;
 font-size: 10pt;
 color: #F9C445;
 text-align: left;
}
p.left {
 font-family: Arial;
 font-size: 12pt;
 color: #F9C445;
 text-align: left;
}
a {
 font-family: Arial;
 font-size: 12pt;
 color: #F9C445;
 text-align: center;
 text-decoration: underline;
}