/* Squeaky Clean CSS STYLESHEET */

body 
{
font-size: 90%;
margin: 0px;
padding: 0px;
text-align: center;
}

A:link 
{
color: #270089;  
text-decoration:none;
}

A:visited 
{
color: #3F2FD3;
text-decoration:none;
}
 
A:hover 
{
color: #E7AE34;
text-decoration:underline;
}

A:active 
{
 color: #E7AE34;
 text-decoration:underline;
 }

.h1 
{
font-family : Tahoma, Arial, sans-serif;
font-size : 1.2em;
font-weight: bold;
color : #333333;
}

.h2 
{
font-family : Tahoma, Arial, sans-serif;
font-size : 1.0em;
font-weight: bold;
color : #333333;
}

.h3 
{
font-family : Tahoma, Arial, sans-serif;
font-size : .9em;
font-weight: bold;
color : #333333;
}

.bold 
{
font-family: Tahoma, sans-serif;
font-size: .8em; 
font-weight: bold;
color: #333333;
}
 
.main
{
font-family: Tahoma, sans-serif;
font-size: .8em;
color: #333333;
font-style: normal;
}
 
.left 
{
font-family: Tahoma, sans-serif;
font-size: .8em;
font-weight: bold;
}
 
.navbar 
{
font-family: Verdana, sans-serif;
font-size: .6em;
font-style: normal;
color : #000000;
}