body { font-family: Arial, serif; font-size: large; background-image: url(../IMAGES/karatebckground.gif); background-attachment: fixed}
h1 { text-align: center; font-family: cursive; font-size: xx-large; font-style: italic }
h2 { text-align: center; font-family: cursive; font-size: x-large; font-style: italic }
h3 { text-align: left; font-family: cursive; font-size: large; font-style: italic }
th { font-family: "Times New Roman", serif; text-align: center; font-size: large}

a /* */ {
  text-decoration: underline;
  }

a:hover /* */ {
  text-decoration: underline;
  }

.centered { text-align: center }
.button_centered { text-align: center; padding-top: 20px}
.text_left { text-align: left }



.dan      {color: black}
.kyu1     {color: #996633}
.kyu2     {color: #996633}
.kyu3     {color: green}
.kyu4     {color: green}
.kyu5     {color: #CCCC00}
.kyu6     {color: #CCCC00}
.kyu7     {color: blue}
.kyu8     {color: blue}
.kyu9     {color: #CC0000}
.kyu10    {color: #CC0000}
.beginner {color: #999999}

div.scrolling /* */ {
  margin:           auto;
  overflow:         auto;
  }

table.scrolling /* */ {
  overflow: auto;
  }

table.rightalign /* */ {
  width:  100%;
  margin: auto;
  }

table#site
  {
  table-layout: fixed;
  width: 100%;
  }

col#site_menu
  {
  font-size: small;
  width: 230px;
  vertical-align: top;
  }

col#site_body
  {
  width: auto;
  vertical-align: top;
  }

td
  {
  vertical-align: top;
  }












