
/* Style guide for Focus Gallery
*
*/



/* page defaults */
BODY {
    background: white;
    color: black;
    font-size: 12pt;
}
TD, P, BR, BODY {font-family: arial, helvetica, sans-serif}


/* links */
a:link         {color: #000000}
a:visited      {color: #000000}
a:active       {color: #ff0000}

/* a:link IMG { border: solid blue } */

/* site color scheme */
.lightblue     {background-color: #00aacc}
.darkblue      {background-color: #006699}
.lightgreen    {background-color: #99cc00}
.darkgreen     {background-color: #33aa33}
.orange        {background-color: #FF3300}
.brown         {background-color: #993300}
.lightred      {background-color: #ff6666}
.darkred       {background-color: #ff0000}
.gray          {background-color: #aaaaaa}
.black         {background-color: #000000}
.white         {background-color: #ffffff}
.yellow        {background-color: #FBD500}

.artist        {
   font-family: arial, helvetica, sans serif;
   color: #FBD500;
   font-size: 140%;
}

.artistlist        {
   font-family: arial, helvetica, sans serif;
   color: #FF3300;
   font-size: 13pt;
}