
#header

{ 
  color: #0000ff;
  font-size: 115%;   
}


#header:hover
{ /*font-weight: bold;*/
  color: #ff0000;
}

/*
#header:active
{ font-weight: bold;
}


#header:visited 
{color: #0000ff;}
*/


<!---------------------------------------------------------------------------------->

#footer

{   
  color: #0000ff; 

}

#footer:hover
{ 
  color: #ff0000;
}

/*
#footer:active
{ 
    text-decoration: none;
}
*/


<!---------------------------------------------------------------------------------->



#footer2

{   
  color: #0000ff; 

}

#footer2 a:visited
{   
  color: #0000ff; 

}

#footer2 a:hover
{ 
  color: #ff0000;
}