
.third {
    background-color: #e9e5e5;
}
html {
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-size: 0.8em;
  font-family: Arial, Verdana,SunSans-Regular,Sans-Serif;
  color:#564b47;
  padding:15px;
  margin:0px;
}

h1 {
font-size:3em;
font-weight:bold;
/*color: #564b47;*/
color: #000000
background-color: #ffeeaa;
padding: 0 0 0 10px;
	}


h2 {
font-size:0.9em;
font-weight:bold;
color: #564b47;
background-color: transparent;
	}

tr.first
{
 background-color: #fdffd6;
 background-color: #ffeeaa;
 font-size: 0.8em;
 font-weight: bold;
}


tr.second
{
 background-color:#ffffff;
 font-size: 0.8em;
 border: 1px;
 border-color: black;
}

tr.done
{
 background-color:#dddddd;
 font-size: 0.8em;
 border: 1px;
 border-color: black;
 
}
tr.upcoming
{
 color:#dddddd;
 font-size: 0.8em;
 border: 1px;
 border-color: black;
 
}
 tr.upcoming a
{
 display: none;
}
p {
margin: 0px;
padding: 5px 20px 5px 20px;
}

a {
color: blue;
font-size: 1em;
background-color:transparent;
text-decoration: none;
}


pre {
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0;
text-align: right;
font-size: 10px;
}

h2 {
font-size:1.2em;
font-weight:bold;
color: #564b47;
background-color: transparent;
	}


/* showing Path...Research/Papers/...*/
.header {
font-size: 1.2em;
font-weight: bold;
text-align: right;
color: #564b47;
padding: 0px 10px 0px 10px;
}



#bottom {
position: absolute;
bottom: 0px;
width: 120px;
color: #564b47;
margin: 0px;
padding: 0 0 0 0 px;
align: right;
}



/* LINKS: colors */

a:link 	   {color: blue}
a:visited  {color: blue}



/* status bar --> e.g. last update */
.status{background: none;
	color: #564b47;
	text-align: center;
	font-size: smaller;
	}
	
/* MENU definition */	
		
ul.menu{
  	font-family: arial,sans-serif,Verdana;
  	list-style-type: none;
  	font-size: 12px;
  	font-style: bolder;
  	}
ul.menu li{
        color: blue;
	width: 100px;
	margin: 0 0 0 0;
	padding 0;
	}

ul.menu li a {

	color: blue;
	width: 80px;
	height: 20px;
	padding: 2px;
	text-decoration: none;
	text-align: center}


ul.menu li a:hover{
	color: blue;
	font-weight: bolder;
	background-color: silver;
	text-align: center;}






 /* ]]> */	
