/* Author profile styles */
body {
  text-align:left;
  padding:0px;
  margin:5px 5px auto;
  width:756px;
}
.title {
  text-align:center;
}
.name {
  font-size:32px;
  font-family:Times New Roman;
  font-weight:bold;
  font-style:italic;
}
.overname {
  font-size:18px;
  font-family:Times New Roman;
  font-weight:bold;
  font-style:italic;
}
.city {
  font-size:14px;
  font-family:Verdana;
}
.text {
  font-size:12px;
  font-family:Verdana;
}
.list_title {
  font-size:18px;
  font-family:Times New Roman;
  font-weight:bold;
  font-style:italic;
  text-align:center;
}
table {
  border:1px solid black;
  background:white;
  border-collapse:collapse;
}
td {
  border:1px solid gray;
  font-size:10px;
  font-family:Verdana;
  font-weight:bold;
  height:20px;
}
.head {
  height:25px;
  border:1px solid gray;
  font-size:15px;
  background:lightgrey;
  font-family:Times New Roman;
  font-weight:bold;
  font-style:italic;
}
a {
  color:blue;
  text-decoration:none;
}
a:hover {
  color:red;
}