a:link {color: #cccccc}
a:active {color: #ff0000}
a:visited {color: #cccccc}
/* a:hover {color: #00ffff} */
a:hover {color: #ff77ff}
/* BODY {color: #ffff00; background-color: #000000} */
BODY {color: #000000; background-color: #cccccc}
TABLE.Head {background-color: #666666; border-color: #666666;
	border-style: solid; border-right-width: 0px; border-left-width: 0px;
	border-top-width: 0px; border-bottom-width: 0px;}
FONT.Head {font-family: arial; font-size: large; font-weight: bold; color: #ffff00}
FONT.Link {font-family: arial; font-size: medium; font-weight: normal}
FONT.Name {font-family: arial; font-size: medium; font-weight: normal; color: #ffff33}
FONT.Click {font-family: times-roman; font-size: small; font-weight: normal; color: #ff0000}

TABLE.Info {background-color: #000000;}
/* FONT.DocHead {font-family: arial; font-size: medium; font-weight: normal; color: #cccccc}
FONT.DocBody {font-family: arial; font-size: small; font-weight: normal; color: #cccccc} */
FONT.DocHead {font-family: arial; font-size: medium; font-weight: normal; color: #000000}
/* FONT.DocBody {font-family: arial; font-size: small; font-weight: normal; color: #000000} */
FONT.DocBody {font-family: arial; font-size: 15px; font-weight: normal; color: #000000}
FONT.DocColor {font-family: arial; font-size: large; font-weight: bold; color: #ff3333}
FONT.DocTail {font-family: arial; font-size: medium; font-weight: normal; color: #cccccc}
FONT.Mail {font-family: arial; font-size: small; font-weight: bold}
/* FONT.Click2 {font-family: arial; font-size: small; font-weight: normal; color: #ff0000} */
FONT.Click2 {font-family: arial; font-size: 15px; font-weight: normal; color: #ff0000}
/* New */
FONT.DocSmall {font-family: arial; font-size: small; font-weight: normal; color: #000000}
/* New */
FONT.Contact {font-family: arial; font-size: medium; font-weight: normal; color: #cccccc}

/*
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}
*/