/* Tony Gold CSS File - 13th November 2009 */
/* Cairo SF */
/* 
Copyright (C) Tony Gold 2009
http://www.tonygold.co.uk/ 
*/

BODY
{ 
/*  background-image:url('images/entryx800.jpg	');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
*/
  font-family: 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
}


P  
{ 
  font-family: 'Trebuchet MS', Arial, Helvetica, Tahoma, sans-serif;
}

.menu
{
 font-weight: 12;
}


a:link
{
  text-decoration: none;
/*  color: darkblue; */
}

a:visited
{
  text-decoration: none;
 /* color: purple; */

}

a:hover
{
  color: red;
  text-decoration: underline;
}

.menu a {
text-decoration: none; 
color: black;
display:block;
height: 20px;  /* works OK */
vertical-align:middle;	/* Does NOT work */
border-top: 1px solid white; */ /* Line at the top border */
border-bottom: 1px solid white; */ /* Line shadow at the bottom */
}

.menu a:visited {
text-decoration: none; 
color: black;
display:block;
height: 20px;  /* works OK */
vertical-align:middle;	/* Does NOT work */
border-top: 1px solid white; */ /* Line at the top border */
border-bottom: 1px solid white; */ /* Line shadow at the bottom */
}

.menu a:hover {
color: white; 
text-decoration: none;
font-weight: bold;
background: #712351; /* plum */
display: block; 
height: 20px;  /* works OK */
text-align: middle;  /* Works OK */
vertical-align:middle; /* Does NOT work */
valign:middle; /* Does NOT work */
/* Since CSS does not valign then we can fake it by tweaking using borders */
border-top: 1px solid #712351; */ /* Line at the top border */
border-bottom: 1px solid #712351; */ /* Line shadow at the bottom */
/* border-bottom: 1px solid white;  /* Line shadow at the bottom */

}

