html, body {
   font-family:  "Helvetica", "Palatino", "DejaVu Sans", "Bitstream Vera Sans", "Helvetica", "Arial", sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   color: #555;
   background-color: white;
}

body {
   counter-reset: item;
}

/*
li {
  display: block;
}

li:before {
  display: list-item;
  content: counter(item) ". ";
  counter-increment: item;
}
*/


   
.menu { 
	/*font-family:  "Impact", "Palatino", "DejaVu Sans", "Bitstream Vera Sans", "Helvetica", "Arial", sans-serif;
	font-family:  sans-serif;*/
   font-family: Palatino, Georgia, Verdana, Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Palatino, Georgia, Verdana, Tahoma, Arial, sans-serif;
}

td > h3 {
	font-family: Georgia, serif;
}

div.header { 
   /*background-color: #F8CA00;*/
   background-color: #C73027;
   /*background-color: #85532F;
   background-color: #955026;
   background-color: #639AD3;
   background-color: #00648c;
   background-color: #DCE7D6;
   background-color: #04394E;
   background-color: #073137;
   background-color: #222D33;*/
}

.menu > a:hover {
   /* border:2px solid #547DBB; */
   border:2px solid #FE2737;
   background: #A1BD7B;
}

a:link {
    color: green;
   color: #FCFBE3;
   color: #ADD8C7;
   color: #222D33;
    color: darkred;
}

a:visited {
   color: #1693A5;
}

.menu > a {
   /*color: skyblue;
   color: #00ffff;
   color: #1ab3c9;
   color: #E97F02;*/
   color: black;
   text-decoration: none;
   text-transform:capitalize;
   font-variant:small-caps;
   font-size: 120%;
   
   //border:2px solid #F8CA00;
   border:2px solid #FE2737;
   padding:10px;
   /*background: white;*/
   width:25px;
   border-radius: 25px;
}

big {
   color: brown;
}

a.this {
   /*color: #FBB829;
   color: white;*/
   border:2px solid #FE2737;
   padding:10px;
   background: #A1BD7B;
   width:25px;
   border-radius: 25px;
}

.pub {
   /*color: #FBB829;
   color: white;*/
   border:1px solid #E97F02;
   background: #FBFCD0;
   padding: 5px;
   margin: 5px;
   padding-bottom: 0;
   border-radius: 10px;
   width: 80%;
}

.author {
   font-style: italic;
}

.title {
   font-weight: bold;
}

.caption {
   font-size: 120%;
   padding-bottom: 5px;
   padding-top: 5px;
}

.links {
   font-size: 70%;
   margin-top: 5px;
}

.conf {
   font-size: 85%;
}

.gallery > img 
{
   width: 40%;
}

a.anchor{display: block; position: relative; top: -50px; visibility: hidden;}
