/* * * * * * Body Style  * * * * * */

body {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #333333;
}


/* * * * * * Text Style  * * * * * */

p, ul, ol, td, th {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

.links {
  font-family: arial, sans-serif;
  font-size: 11px;
font-weight: bold;
  color: #4163ae; 
  text-decoration: underline; 
}


.head {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.header {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.small {
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
}

.quotes {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}
.bold {
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.red {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #990000;
}

.footer {
  font-family: arial, sans-serif;
  font-size: 9px;
  color: #333333;
}

/* * * * * * Link Style  * * * * * */

a:link { color: #009900; text-decoration: none; }
a:visited { color: #009900; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
