/* cascade style sheet for the kozankai home page */
body { background-color: #006633; color: white }
table { color: white; }
h1 { color: #FF9900; font-family: fantasy,cursive,serif,sans-serif; text-align: center; }
h2 { color: #33CCFF; font-family: cursive,serif,sans-serif; }
h3 { text-decoration: underline; font-style: italic;}
a:link { color:blue; }
a:visited { color:navy; }
a:active { color:red; font-style: italic; }
a:hover { color:aqua; font-weight: bold; }
p.h1 { margin-left:10; font-style: italic; }
p.h2 { margin-left:20; }
p.h3 { margin-left:30; }
p.h4 { margin-left:40; }
.greenyellow { color: #66FF99; }
.yellow { color: #FFFF00; }
.skin { color: #FFCC33; }
.bold { font-weight:bold; }
.cursive { font-family: cursive,serif,sans-serif; }
thead.tabhead { background-color: #008080; color: white; }
tbody.tabbody { background-color: #ffd4b5; color: black; }
table.maintab { width: 100%; empty-cells: show; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.xsmallfont { font-size: x-small; }
.smallfont { font-size: small; }
th { font-family: sans-serif,serif; }
