  a:link
  {
    color: grey;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited
  {
    color: grey;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover
  {
    color: black;
    background-color: transparent;
    text-decoration: underline;
  }

  a:active
  {
    color: black;
    background-color: transparent;
    text-decoration: underline;
  }

  td
  {
    font-size: 12px;
    color: #4C4C4C;
    font-family: tahoma, verdana, serif;
  }

    #menu
    {
    font-size: 18px;
    font-family: tahoma;
    color: grey;
    }
    
    #feedlinks
    {
    font-size: 12px;
    color: #4C4C4C;
    font-family: tahoma, verdana, serif;
    margin: 30px 0px 0px 0px;
    width: 240px;
    float: left;
    }


    h4 {
	font: 1.0em tahoma, verdana, serif;
	margin: 10px 0px 5px 0px;
	padding: 0;
	color: #4C4C4C;
	background: none;
       font-weight: bold;
}

    h3 {
	font: 1.3em tahoma, verdana, serif;
	margin: 10px 15px 5px 0px;
	padding: 0;
	color: #4C4C4C;
	background: none;
       font-weight: bold;
}

    #intro {
	font: tahoma, verdana, serif;
	margin: 8px 0px 0px 0px;
	color: #4C4C4C;
}