﻿/********************************************************/
/* This Styele sheet handles the behavor of the the Site */
/********************************************************/


h1
{
    font-size: .7em;
    color: white;
}
h3
{
    font-size: 1.2em;
    color: black;
}
/*Curesor & Links */
/*
a 
{
font-family:Arial, Georgia, "Times New Roman", Times, serif;
font-family:Arial;
font-size:12px; 
cursor: auto;
}
a:link
{
    color: gray;
    text-decoration: none ;
}
 a:visited
{
    color: gray ;
    text-decoration: none ;
    

} 

a:hover
{
    color: white ;
    text-decoration: underline ;    
    background: orange;

}
 a:active  
{
    color:white ;
    background: orange;
}
  a:selected
{
    color: white ;
    background: ornage;
}
*/