/* CSS Document */

body {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color:#f8f5e2;
}

body, p, div, td {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #B8604E;
}

h1{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   color: #B8604E;
}

td.menu_a{
  background-color:#b85f4d;
}

td.t_menu{
  font-size:13px;
  font-weight:bold;
  font-family:Times;
}

a.t_menu,a.t_menu:visited,a.t_menu:active,a.t_menu:hover{
  text-decoration: none;
  color: #b85f4d;

}

a,a:visited,a:active{
  text-decoration: underline;
  color: #b85f4d;
}

a:hover{
  text-decoration: none;
  color: #b85f4d;

}

