body {
 text-align : center ;
}

div.01 {
 font-size : 28px ;
 color : red ; 
}

div.02 {
 font-size : 13px ;
 color : deepblue ; 
}

div.03 {
 color : #ffffff ;
 font-size : 12px ;
 line-height : 16px ;
}

span.01 {
 font-size : 14px ;
 background-color : yellow ;
 color : red ;
 font-weight : bold ;
}

span.02 {
 font-size : 14px ;
 color : red ;
 font-weight : bold ;
}

span.03 {
 font-size : 26px ;
 color : red ;
 font-weight : bold ;
}

span.04 {
 background-color : lightblue ;
 font-size : 14px ;
 color : darkblue ;
 font-weight : bold ;
}

table {
 width : 750px ;
 text-align : center ;
}

td {
 font-size : 14px ;
 color : darkblue ;
 line-height : 18px ;
}

td.01 {
 background-color : #ff9999 ;
 width : 370px ;
}

td.02 {
 background-color : #fff266 ;
 width : 370px ;
}

td.03 {
 background-color : #66ff66 ;
}

td.04 {
 background-color : #9999ff ;
}

td.06{
 background-color : #2FB472 ;
 border-color : #2FB472 ;
 text-align : center ;
}

td.07{
 background-color : #ffffff ;
 border-color : #2FB472 ;
 text-align : center ;
}

a {
 color : darkblue ;
 text-decoration : underline ;
 font-weight : bold ;
}

a.01 {
 color : darkgreen ;
 font-size : 10px ;
 text-decoration : underline ;
 font-weight : normal ;
}

a.02 {
 background-color : lightblue ;
 font-size : 14px ;
 color : darkblue ;
 text-decoration : underline ;
 font-weight : bold ;
}

img.01 {
 width : 150px ;
}

img.02 {
 width : 180px ;
}
