	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	body
	{
		color:#fff;
		font-family:verdana;
		font-weight:normal;
		padding: 0px;
		width:640px;
		background: #7d7972;
		margin: 0 auto 0 auto;
 }
 
 .maincontent
 {
  padding-left:25px;
  padding-right:25px;
  background: #03bbbd;
  color:#44382f;
  font-weight:bold;
  font-size:11px;

 }
 
 b
 {color:white;}
 
 h2
 {
  font-size:19px;
color:#fff;
 }


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


 a.nav
{
  color: #44382f;
  font-size:14px;
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
}

a.nav:hover
{
  color: #FFF;

  background:#44382f;
  font-size:14px;
  text-decoration:none;
}

.main
{
  padding-left:20px;
  padding-right:20px;
  padding-bottom:40px;
}
h2 a
{
  text-decoration:none;
}

h2 a:hover
{
  text-decoration:none;
}


img.otto
{
  border:10px solid #fff;
  margin:10px;
}
 
