body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 20px;
}
a:hover {
	text-decoration: none;
}

h1 {
  text-align: right;
}
h2 {
  margin-top: 15px;
  font-size: 1.3em;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
h4 {
  display: inline;
  font-size: 1.1em;
}
#project_list {
  margin-left: 15px;
}
#prev_project_title, #prev_navigation {
  float:left;
  width: 25%;
}
#next_project_title, #next_navigation {
  float:left;
  width: 25%;
}
#project_title, #this_navigation {
  float:left;
  text-align: center;
  font-weight: bold;
  width: 50%;
}
#title_bar, #navigations {
  position: relative;
  width: 100%;
}
#descr_bar {
  clear: both;
  margin-bottom: 15px;
}
#navbar {
  margin-top: 20px;
}
#navigations {
  margin-top: 20px;
}
#orderings {
  display: inline;
  margin-left: 10px;
}
#orderings li {
  display: inline;
}
#orderings li:before {
	content: counter(horiz, disc) " ";
}
#orderings li:first-child:before {
  content: "";
}
#posts {
  clear: both;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: justify;
}
#posts p {
  margin-bottom: 10px;
}
#totop {
  display: block;
  text-align: center;
}
.footer {
  margin-top: 20px;
}
