H1   {
    Font-Size : X-Large ;
    Color : #993300 ;
    Background-Color : #FFFFFF ;
    }
H2   {
    Font-Size : Large ;
    }
H3   {
    Font-Size : Medium ;
    }
a:link {
    Color : #FFFFFF ;
    background-color : transparent;
	text-decoration: none; 

}
a:visited {
    Color : #FFFFFF ;
    background-color : transparent;
	text-decoration: none; 

}
a:hover {
    Color : #2E3192 ;
    Background-Color : #EBE9E9 ;
	text-decoration: none; 
	font-weight: bold;
    }
a:active {
    Color : #2E3192 ;
    Background-Color : #EBE9E9 ;
	text-decoration: none; 
	font-weight: bold;
    }
H1 a:link, H1 a:visited, H1 a:hover {
    Color : #993300
}

