/*
* Css for color module, 
* The following default colors will be replaced by the ones selected in the theme form :
*  * Background : #e8e3dd;
*  * Text color : #808285;
*  * Link Color : #000000;
*/

body {
  background-color: #e8e3dd;
  color:#808285;
}

a {
   color: #000000;
}