a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 75%;
  line-height: 1.4;
}

h1, h2, h3, h4
{
  font-weight: bold;
}

p,
ul
{
  margin-top: 0.5em;
  margin-bottom: 1em;
}

li
{
  margin-left: 1.5em;
  margin-top: 0.5em;  
  margin-bottom: 0.5em;
}

strong
{
  font-weight: bold;
}

th
{
  font-weight: bold;
}

/**********************************

DEFAULT CLASSES

***********************************/

*.clear
{
  clear: both;
}

*.first
{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

*.hidden
{
  display: none;
}

*.skip2
{
  display: none;
}

ul.parts-page
{
  list-style-position: inside;
  list-style-type: circle; 
}