@charset "utf-8";

/* CSS Document */


a:link
{
   color: black;
   font-style: normal;
   text-decoration: none;
}

a:visited
{
   color: black;
   font-style: normal;
   text-decoration: none;
}

a:hover
{
   background-color:#688E23;
   color: yellow;
   font-style: normal;
   text-decoration: none;
}

body
{
   background-color:#FFFF99;
   color:#3300CC;
   font-family:"Arial Unicode MS", Tahoma, sans-serif;
   font-size:14pt;
   letter-spacing: normal;
   word-spacing: normal;
   white-space: normal;
   margin:0;
   padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 { text-align:center; }

h1 { font-size:250%; }

h2 { font-size:200%; }

h3 { font-size:150%; }

h4 { font-size:100%; }

h5 { font-size:75%; }

h6 { font-size:50%; }

table
{
   margin-left:auto;
   margin-right:auto;
}

.center { text-align:center; }

.title
{
   text-align:center;
   font-weight:bold;
}

.menu
{
   border:none;
   background:#fff;
   padding:1em;
   margin:5%;
}

.main
{
   padding:1em;
   margin:5%;
   border-width:medium;
   background:#fff;
   border-color:#666666;
   border-style:outset;
}

.inner
{
   border-width:thin;
   width:100%;
}

th,
td { text-align:left; }

.red
{
   color:red;
   font-weight:bold;
}

img.btn
{
   border:none;
   width:100px;
   height:20px;
   padding-left:2em;
   padding-right:2em;
}

img.php
{
   border:none;
   width:78px;
   height:46ph;
   padding:none;
}

pre
{
   font-family:"Courier New", monospace;
   font-size:110%;
   margin-left: 0;
   margin-bottom: 0;
}
