body
{
  background-color: #DDDDDD;
  font-family: arial;
}

img
{
  border: 0;
}

.higher
{
  margin: 7px 0;
  margin-top: 0;
}

.centered
{
  text-align: center;
}

.smallest
{
  font-size: .75em;
}

.smaller
{
  font-size: .85em;
}

.bigger
{
  font-size: 1.15em;
}

.biggest
{
  font-size: 1.45em;
}

.bold 
{
  font-weight: bold;
}

.italic 
{
  font-style: italic;
}

.floatright
{
  float: right;
  padding-left: 10px;
}

.floatleft
{
  float: left;
  padding-right: 10px;
}

.clearright
{
  clear: right;
}

.marginbottom
{
  margin-bottom: 50px;
}

.marginbottomless
{
  margin-bottom: 15px;
}

.margintop
{
  margin-top: 10px;
}

.margintopmore
{
  margin-top: 25px;
}

.alignright
{
  text-align: right;
}

.clearboth
{
  clear: both;
}

ul 
{
  list-style-type: none;
}

li
{
	background: url("../images/check.gif") 0 .25em no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

#content
{
  margin: 0 auto;
  width: 550px;
  border: 1px solid black;
  background-color: white;
  padding: 20px;
  text-align: justify;
}
