/* Style sheet file MapGuideMapHeader.css */
/* ---------------------------------------------------------------------------------------- */
body  { Font-family: Arial; Background-Color: rgb(41,90,159); }
.urllink { Font-family: Arial; Font-size: 8pt; Font-weight: bold; }
.white { Color: rgb(255,255,255);}
.bold  { Font-weight: bold; }
.pt16  { Font-size: 16pt; }
.pt14  { Font-size: 14pt; }
.pt12  { Font-size: 12pt; }
.pt10  { Font-size: 10pt; }
.pt9    {  Font-size: 9pt; }
.pt8    {  Font-size: 8pt; }
.pt6    {  Font-size: 6pt; }
/* ------------------------------- */
/* OLD Pseudo-Classes and Pseudo-Elements */
/* a:hover 	{background: #ff0000; color: #ffffff;} */
/* a:visited { color: #800080 } */
/* a:visited is not included in this CSS because we want to see links white all the time */
/* ------------------------------- */
a  {Font-weight: 900; Color: rgb(255,255,255); }
/* NEW Pseudo-Classes and Pseudo-Elements */
/* Pseudo-Classes and Pseudo-Elements */
a:link   {Font-weight: 900; Color: rgb(255,255,255);}
a:visited {Color:  rgb(255,255,255); Font-weight: 900;}
a:hover {Font-weight: 900; Background:  rgb(255,255,0); Color:  rgb(255,0,0);}
/* a:active {Color:  rgb(0,0,255);}   /* selected link */
/* Change Cursor Small Hand Pointing Finger */
.littlefinger { Cursor: pointer; }
/* ------------------------------- */
/* Color Color Cascading Style Sheets */
.black {Color: rgb(0,0,0);}
.blue {Color: rgb(0,0,255);}
.red {Color: rgb(255,0,0);}
.green {Color: rgb(0,128,0);}
.brown {Color: rgb(165,42,42);}
.yellow {Color: rgb(255,255,0);}
.magenta {Color:  rgb(238,0,238);}
/* ---------------------------------------------------------------------------------------- */

