/* Revisions
cle/1408192 Added: h1, p.SmallBold
1409033 Revised .FontSerif
1409044 Added: #mrapp
1409092 Added: p.blog; changed: p
1409114 Added: body (overtakes P), TD
1409151 Added: .FontMonospace
1503065 Added: img.nofloat,#keyname,#blue
1504035 Added: #code
1511102 Added: #mrapp2 for promo.html
1603045 Added: figcaption
1610296 Added: A.button
1709030 Added: a, a:hover,a:focus
        a:visited,a:active color changed from white to lightgreen;
*/

a{text-decoration:none}
a:hover,a:focus{text-decoration: underline;}
A:link {color: cyan}
A:visited,a:active {color: lightgreen}

BODY{
  font-family:Garamond,"Book Antiqua","Times New Roman",serif;
  font-size: 16pt;
  }
figcaption{font-style: italic;}
h1{
  font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif;
  font-size: 18pt;
  font-style: italic;
  border-bottom-style: solid;
  border-bottom-width: thin ;
  border-color: white ;
  color:white;
  padding-bottom: 3px;
  }
TD{
  font-family:Garamond,"Book Antiqua","Times New Roman",serif;
  font-size: 16pt;
  }

/* classes
 * ------- */
A.black{color:black  }    /* used in top10.html */

A.button{	/*first used in partners.html*/
  border-radius: .5rem; 
  border-style: solid;
  border-width: .25rem;
  font-family: Verdana,Helvetica,Arial,sans-serif; 
  padding: .25rem .5rem;
  text-decoration: none;
  display: inline-block; 
  background-color: #00ff00; 
  border-color: #00ff22; 
  color: white;
  }
  
ALL.FontNoSerif
  {font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif}
ALL.FontSerif
  {font-family:Consolas,Garamond,"Book Antiqua","Times New Roman",serif}
BODY.paper{
  background-color:blue;
  color:white;
  }
FONT.PaperHeading
  {font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif; color:white;
   font-size:18pt; font-style:italic}
FONT.subheading
  {font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif; color:yellow;
   font-weight:bold}
FONT.subsubheading
  {font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif; color:pink;
   font-weight:bold}

FONT.FontMonospace
  {font-family:Consolas,"Lucida Console","MS Serif",Arial,serif}
FONT.FontNoSerif
  {font-family:Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif}
FONT.FontSerif
  {font-family:Garamond,"Book Antiqua","Times New Roman",serif}

img.nofloat{float: none;}
p.blog{padding-bottom: 6px; }

P.Footer{
  font-size: 8pt;
  font-family: Verdana,Tahoma,Arial,"MS Sans Serif",sans-serif;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
  }
P.SmallBold{
  font-size:75%;
  font-weight:bold;
  padding-bottom: 0;
  }
TD.BlackOnWhite
  {background-color:white; color:black; vertical-align:text-top}
TD.BlackOnSilver
  {background-color:silver; color:black; vertical-align:text-top}

/* ids (used with SPAN)
 * ------ */
#blue{
  background-color:white;
  color:blue;
  }
#code
{
  font-family: Consolas,"Lucida Console",Courier,"MS Serif",Arial,serif;
  font-size: 12pt;
}
#keyname
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

#mrapp{
  color: yellow;
  font-style: italic;
  }
#mrapp2{
  color: red;
  font-style: italic;
  }
