/* ======================================= */
/*   Main Section                          */

body
  {background-color: #123456;}

.nodisplay 
  {display:none}
.blink
  {text-decoration:blink}

/* - - - - - - - - - - - - - - - - - */

div.upleft
  {position: absolute;
   top: 15%; left: 5%;}

div.upright
  {position: absolute;
   top: 10%; right: 10%}

div.dnleft
  {position: absolute;
   bottom: 10%; left: 10%}

div.dnright
  {position: absolute;
   bottom: 4%; right: 4%}


div.outset
  {position: absolute;
   top: 37%; left: 20%}

table.outset
  {   border-width: 4px;
   border-style: outset;
   border-color: red;}
  

/* - - - - - - - - - - - - - - - - - - - */



/* ======================================= */
/*   List Section                          */

ul.menu
  {width:100%;
   padding:0;
   margin:0; 
   list-style-type:none;}

a.menu
  {display:block;
   width:6em;
   float:left;
   text-decoration:none;
   font-family: blackadder itc, arial, "sans serif", courier;
   font-weight: bold;
   color:white;
   background-color:#aa0000;
   padding:1px;
   border-right:1px solid;}

a.menu:hover
  {background-color:#ff0000}

li.menu
  {display:inline}

/* - - - - - - - - - - */

ul.menu1
  {width:100%;
   padding:0;
   margin:0; 
   list-style-type:none;}

a.menu1
  {display:block;
   width:11em;
   text-decoration:none;
   text-align: left;
   font-family: blackadder itc, arial, "sans serif", courier;
   font-weight: bold;
   font-size: 175%;
   color: #aa0000;
   background-color: #FFE87C;
   padding:2px;
   border-bottom:1px solid #123456;}

a.menu1:hover
  {background-color: #aa0000;
   color: #FFE87C;
}

li.menu1
  { }

/* - - - - - - - - - - */

ul.menu2
  {width:100%;
   padding:0;
   margin:0; 
   list-style-type:none;}

a.menu2
  {display:block;
   width:20em;
   text-decoration:none;
   text-align:left;
   font-family: blackadder itc, arial, "sans serif", courier;
   font-weight: bold;
   color:white;
   background-color:#aa0000;
   padding:1px 1px 1px 2em;
   border-bottom:1px solid;}

a.menu2:hover
  {background-color:#ff0000}

li.menu2
  { }


