@charset "utf-8";

/* CSS Document */
a:link
{
   color:#0000EE;
   font-style:normal;
   text-decoration:none;
   border:0;
}

a:visited
{
   color:#FF0080;
   font-style:normal;
   text-decoration:none;
   border:0;
}

a:active
{
   color:#FF0000;
   font-style:normal;
   text-decoration:none;
   border:0;
}


a:hover
{
   color:#F00;
   background-color:#FF3;
   text-decoration:underline;
}

body
{
   font-family:"Century Schoolbook", "Times New Roman", Times, serif;
   font-size:14pt;
   color:#000000;
   background-color:khaki;
}

h1 { font-size: 250% }

h2 { font-size: 200% }

h3 { font-size: 150% }

h4 { font-size: 100% }

h5 { font-size:  80% }

h6 { font-size:  65% }

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

img
{
   border:none;
   width:auto;
   height:auto;
}

.here
{
   height:1.5em;
   width:3em;
   color:black;
   background-color:silver;
   font-size:80%;
   font-family:Georgia, "Times New Roman", Times, serif;
   border: 1px solid black;
}

.full
{
   width:100%;
   height:100%;
   text-align:center:
}

.content
{
   width:90%;
   margin-left:auto;
   margin-right:auto;
}

.content-inner
{
   width:90%;
   margin-left:auto;
   margin-right:auto;
   background-color:#FFF;
   color:#006;
   padding-left:2em;
   padding-right:2em;
   padding-top:1em;
   padding-bottom:1em;
}

.center
{
   text-align:center;
}