body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
}

h2{
	font-family:Arial Black;
	font-weight:bolder;
	font-size:large;
}

h3{
	font-family:Arial Black;
	font-weight:bold;
	font-size:medium;
}

h4{
	text-decoration:underline;
	font-size:medium;
}

A{
	color:navy;
}


A:visited{
	color:purple;
}

img{
	padding:5px ;
}

br { 
        margin:0px;
        padding:0px;
}

#newEntry{
	margin:10px;
	padding:5px;
	border-right-width:5px;
	border-bottom-width:5px;
	border-color:#e0edc5;
	border-right-style:solid;
	border-bottom-style:solid;
	background-color:#ffd;
}

table{
 	max-width:750px;
}


#details{
	text-indent:20px;
}

#currentEntry{
	margin:10px;
	padding:5px;
	border-right-width:5px;
	border-bottom-width:5px;
	border-color:#e0edc5;
	border-right-style:solid;
	border-bottom-style:solid;
	background-color:#eff;
}

#outdatedEntry{
	margin:10px;
	padding:5px;
	border-right-width:5px;
	border-bottom-width:5px;
	border-color:#e0edc5;
	border-right-style:solid;
	border-bottom-style:solid;
	
	background-color:#fff;
}

#menu{
	margin:80px 10px 10px 10px;
	padding:5px;
	border-top-width:10px;
	border-width:5px;
	border-color:#e0edc5;
	border-style:solid;
        min-width:100%
	background-color:#fff;
	text-align:left;
}

#adv{
	margin:80px 10px 10px 10px;
}

#menuDownload{
	margin:10px;
	padding:5px;
	border-top-width:10px;
	border-width:5px;
	border-color:#e0edc5;
	border-style:solid;	
        min-width:100%
	background-color:#fff;
	text-align:left;
}


#menuItems{
	margin-left:10px;
}

#title{ 	
        position:relative;
	left:0;
	width:40%;
}

#translations{	
	position:absolute;
	top:0;
	left:50%;
	border-style:none;
}

 
#header{
}

#content{
}


#footer{
	position:relative;
	left:35%;
	width:40%;
	font-size:smaller;
	text-align:center;
}



#timestamp{
	font-size:small;
	text-align:right;
}

#warning{
	text-color:red;
}

p#info {
  text-align:right;
}

iframe {
border: 0px solid #ffffff;
}