/* ------------------------------------------------------------------------
   Four basic colors are used. These are:
     1. Text Color
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ****************  General colors  ****************  */


html, body
{
  background-color: white;
  color: black;
}

/*  text color  */
h1, h2, h3, q, div.header  /*  .sideBox div, .topOfPage  */
{
  color: #4080ff;
}

/*  border color  */
h1, h2, q,  div.header  /*  .sideBox, .sideBox div  */
{
  border-color: #0080a0;
}

/*  background color (darker)  */
div.header  /*  .sideBox div, .sideBox a:hover, .sideBox .thisPage  */
{
  background-color: #d8f0f5;
}

/*  background color (lighter)  */
q  /*  .sideBox a, .sideBox span  */
{
  background-color: #fafffc
}


/*  ****************  Special colors  ****************  */


acronym
{
  color: teal;
}

a
{
  color: #4080ff;
}

div.footer
{
  background-color: #e0f6f5;
}
