body
{
  font-family:arial, sans-serif, verdana, Helvetica, georgia, Geneva;
  font-size:14px;
  background-color:#FFFFEE;
}

/* ----------------------------------------------------------------------------------------- A */

A, #href
{
  text-decoration:none;
  color:#0000EE;

}
A:hover
{
  color:#FF0066;
}
a.menu
{
  /*color:#330066;*/
  font-weight:bold;
}
a.menu_sel
{
  color:#FF0066;
  font-weight:bold;
}
a.boldblue
{
  color:blue;
  font-weight:bold;
}


/* ----------------------------------------------------------------------------------------- DIV */
div
{
  display:inline;
}
div.small
{
  font-size:8px;
}

/* ----------------------------------------------------------------------------------------- font */

h1
{
  font-size: 16px;
  color: #000000;
  display:inline;
}

h2
{
  font-size: 22px;
  color: #663300;
}

font.red
{
  color:#AA0033;
}
font.green
{
  color:#00AA33;
}
font.pink
{
  color:#AA00AA;
}
font.small
{
  color:#666666;
  font-size:10px;
}

/* ----------------------------------------------------------------------------------------- input */

/*
input, select, textarea
{
  font-family : arial, sans-serif, verdana, Helvetica, Geneva;
  color:#000000;
  font-size:11px;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  background-color:#FFFFEE;
}
*/


input.100p
{
  width:20px;
  background-color : #EE00EE;
}

/* ----------------------------------------------------------------------------------------- form */

form
{
  display:inline;
}

img
{
  border-width : 0px;
}

