img { border: none; }

a:link
{
  color: #999999;

  text-decoration: none;
}

a:visited
{
  color: #000000;
  text-decoration: none;
}
a:hover {color: #990033}   /* mouse over link */
a:active {color: #ff0000}   /* selected link */

div.menu
{
  font-family: sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

div.body
{
  margin-right: 30px;
  margin-left: 30px;
  font-family: "Comic Sans MS";
}

h1
{
  font-size: 36px;
  color: #8080FF;
  font-family: "Comic Sans MS";
  text-align: center;
}

h2
{
  font-size: 36px;
  color: #FF00FF;
  font-family: "Comic Sans MS";
  text-align: center;
}

h3
{  
  font-size: 24px;
  font-family: "Comic Sans MS";
}

h4
{ 
  font-family: Georgia,'Times New Roman',times,serif;
  font-weight: bold;
  margin-right: 70%;
  margin-left: 10%;
  text-align: center;
    font-size: 14px;
    color: #470000;
}


#copyright
{
  text-align: center;
  color:#2D435B;
  padding-bottom:30px;
}


#handwrite
{
  font-family: cursive;
  text-align: center;
  color:#993300;
  font-size: 36px;
  font-style: italic;
  font-weight: bolder;
}

div.box
{
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 16px;
	margin-top: 16px;
 font-family: Arial, Helvetica, sans-serif;
 margin-right: 20px;
 margin-left: 20px;
}

div.boxtop
{
 padding: 4px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 background-color: #e0d799;
}

div.boxtext
{
  border-top: 1px solid black;
	padding: 4px;
	background: #F2F2F2;
  text-align: left;
}



td.labl
{
text-align: right;
font-size: 13pt;
font-weight: bold;
color: #626262;
}


p.error
{
 text-align: center;
 font-size: 15pt;
 font-weight: bold;
 color: #d845f8
}

th
{
 text-align: center;
 background-color: #0099CC;
 color: #ffffff;
 font-size: 20pt;
 font-weight: bold;
}

tr.odd
{
 text-align: center;
 background-color: #EEDDEE;
 font-size: 15pt;
}
tr.even
{
 text-align: center;
 background-color: #FFDDFF;
 font-size: 15pt;
}


