body {
  padding: 0px;
  background-color: #ffffff;
  text-align:center;
 font-family: serif;
font-size: 16px;

  
}

a:link, a:visited, a:hover {
  text-decoration: none;
}
a:link {
  color: gray;
}
a:visited {
  color: gray;
}
a:hover {
  color: red;
}
img.foto {
  border: 1px solid #000000;
}
ul {
  margin: 1em 0 0 1em;
  padding: 1em 0 0 1em;
 
  font-size: 16px;
  text-decoration: none;
  list-style-type: none;
  list-style-image: url(rk_bullet.gif);
}
#navlist li
{

font-size: 18px;
display: inline;
list-style-type: none;
padding-right: 20px;
}
#Content {
	width:600px;
	margin:0px auto;
	text-align:left;
	padding:15px;
font-style : italic;
	}

h1 {
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
}



