body
{
}

a:hover
{
  background-color:royalblue;
  color:White;
}

div.title
{
  /*
  margin:auto;
  text-align:center;
  font-size:24pt;
  color:white;
  border:outset thin silver; 
  width:480px;
  height:40px;
  padding-top:0.3em;
  background-color:gray;
  background-image:url(/takarajima/images/back_horizon_01.gif);
  */
  font-size:24pt;
  text-align:center;
  color:Green;
}

table.CourseMenu
{
  width:700px;
  border:solid 1px black;
  line-height:140%;
}

.CourseMenu tr
{
  padding:5px 2px 5px 0px;
  background-color:WhiteSmoke;
  height:100px;
}

.CourseMenu tr.Alternative
{
  background-color:white;
}

.CourseMenu th
{
  font-size:16pt;
  width:200px;
}

.CourseMenu th div
{
  line-height:140%;
  border:outset thin gray;
  height:90%;
  width:90%;
  /* background-image:url(/takarajima/images/back_horizon_01.gif); */
  background-image:url(/takarajima/images/back2x200Green.gif);
  padding-top:10px;
  margin-left:0px;
}

.CourseMenu a
{
  color:white;
}

.CourseMenu td a
{
  color:blue;
}

.CourseMenu a:hover
{
  background-color:Transparent;
  color:blue;
}

.CourseMenu td.description
{
  font-size:11pt;
}

table.sideMenu
{
  background-color:whitesmoke;
  width:90%;
  margin:auto;
  border:solid 1px black;
  padding-left:0;
}

.sideMenu tr
{
  text-align:center;
  background-image:url(/takarajima/images/back2x30Green.gif);
  color:White;
  height:1.5em;
}

.sideMenu a
{
  color:White;
  text-decoration:none;
}