body
{ 
  margin: 10px;
  padding: 10px;
  background-color: #efefef;
  font-size: 14px;
}

h1
{ 
  padding: 8px;
  font-style: oblique;
  text-align: center;
  font-size: 20px;
}

h2
{ 
  padding: 5px;
  font-size: 18px;
}

h3
{ 
  font-size: 16px;
}

#main
{ 
  width: 800px;
  border: 1px dashed #DF0451;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
}

a
{ 
  text-decoration: none;
  color: blue;
}

a:hover
{ 
  text-decoration: underline;
  background-color: #efefef;
}

div.content
{  
  padding: 0;
}

.content ul
{ 
  margin: 0;
}

.content li
{ 
  list-style-type: none;
  margin: 15px 0;
}

div.title
{ 
  font-weight: bold;
}

div.year
{ 
  font-size: 12px;
  font-style: italic;
}

div.license
{ 
  font-size: 12px;
  font-style: italic;
}

div.description
{
  margin: 8px 0;
  text-align: justify;
  width: 600px;
}

.title a
{ 

}

h2 a
{ 
  font-size: 13px;
  text-decoration: none;
  font-style: italic;
}

h3 a
{ 
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
}

#listing li
{
  margin: 0;
  padding: 0;
}

#footer
{ 
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin: 10px;
}

