/*
   This file defines the 'base' layout formatting for the web site; other
   css files may override these values.

*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* background: #55bb88; */
    background: #99CCFF;
    color: black;
    /*background="/bg/gray.jpg"*/
}

h1 {
    text-align: center;
}

.center
{
    text-indent: 0;
    text-align: center;
    margin-left: 0%;
}

.article
{
/*    text-indent: 0; */
    text-align: justify;
/*    margin-left: 0%; */
}

/*====== Links ======= */
a
{
  text-decoration: none;   /* Prevent underlined; we'll highlight instead */
}
/*
a:visited
{
  color: #55ccdd;
  background: transparent;
}

a:active
{
  color: #FF00FF;
  background: transparent;
}
*/
a:hover {
    color: rgb(235,188,94);
    background: rgb(34,102,51);
}
.small {
    font-size: 70%;
}



