
/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333333;

background-color: #F9F9F9;

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;


}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

font-weight: bold;

color: #000000;

}

 table.stat th, table.stat td {
  font-size : 85%;
  font-family : "Myriad Web",Verdana,Helvetica,Arial,sans-serif;
  background : ##F9F9F9 none; color : #F9F9F9; }


/**************** Pseudo classes ****************/

a:link {

color: #999999;

text-decoration: underline;


font-weight: bold;

}

li a:link {

color: #999999;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #999999;

text-decoration: underline;

font-weight: bold;

}

li a:visited {

color: #999999;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;


}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

