/*

 *  constraint-programming.com - CSS

 */



body {

  background-color: white;

  color: black;

  font-family: verdana, arial, helvetica, sans-serif;

}



/*

body {

 background-image: url(../images/body_back.gif);

 background-repeat: repeat-x;

 background-position: left top;

}

*/



/* ******************************** */



h2 {

  color: #505B66;

  font-style: italic;

}



h3 {

  color: #505B66;

}



h4 {

  color: #505B66;

  font-style: italic;

}



/* ******************************** */



.menuselect {

  color: #FFF8DC;

  font-size: x-small;

  font-style: italic;

  text-decoration: none;

}



.menu {

  color: #505B66;

  font-size: x-small;

  text-decoration: none;

}



.menu:visited {

  color: #778899;

  text-decoration: none;

}



.menu:active {

  color: #FFF8DC;

  text-decoration: none;

}



.menu:hover {

  color: #FFF8DC;

  text-decoration: none;

}



/* ******************************** */



.subtext {

  font-size: x-small;

}



.legend {

  font-size: x-small;

  font-style: italic;

}



.footnotes {

  font-size: xx-small;

}



/* ******************************** */

/*

a {

  color: #505B66;

  text-decoration: none;

}



a:visited {

  color: #505B66;

}



a:active {

  color: #778899;

  text-decoration: underline;

}



a:hover {

  color: #778899;

  text-decoration: underline;

}

*/

/* ******************************** */



hr {

  color: #778899;

}

