﻿body {
	background-color: #F0F0F0;
	font-family: calibri,arial,verdana,sans-serif;
	font-size: 14px;
	color: #333333;
}
th {
	font-family: calibri,arial,verdana,sans-serif;
	font-size: 14px;
	color: #333333;
}


td {
	font-family: calibri,arial,verdana,sans-serif;
	font-size: 14px;
	color: #333333;
}


h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
a:visited
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}
a:link
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}
a:active
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 1px dotted #993333;
}

a:hover
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 1px dotted #993333;
}

a.foot:visited
{
	color: #993333;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 0px dotted #000000;
}

a.foot:link
{
	color: #993333;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 0px dotted #000000;
}

a.foot:active
{
	color: #000000;
    background-color: Transparent;
    text-decoration: none;
   }

a.foot:hover
{
	color: #000000;
    background-color: Transparent;
    text-decoration: none;
   }
a.leftnav:visited
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
}
a.leftnav:link
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
}
a.leftnav:active
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
a.leftnav:hover
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
a.news:visited
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
}
a.news:link
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
}
a.news:active
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
a.news:hover
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
a.ital:visited
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
	font-style: italic;
}
a.ital:link
{
    color: #000000;
    background-color: Transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 0px dotted #000000;
	font-style: italic;
}
a.ital:active
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
a.ital:hover
{
    color: #993333;
    background-color: Transparent;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
/*
display: block; - This is the effect in itself, the rest is just formatting
*/

a.nav:visited {
  display: block;
  width: 125px;
  padding: 2px;
  background-color: #666;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}

a.nav:link {
  display: block;
  width: 125px;
  padding: 2px;
  background-color: #666;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center
}

/*
If you want a hover effect you can use a:hover style*/
a.nav:active
{
  background-color: #ddd; 
  color: #993333;
}



a.nav:hover
{
  background-color: #ddd; 
  color: #993333;
}



/*a.nav:hover, a.nav:active
{
	color: #993333;
    background-color: Transparent;
    text-decoration: none;
    border-bottom: 1px dotted #993333;
}*/

a img
{
    border: none;
}

.style-b{
	color:#110375;
}