
body 
{
  font-family: helvetica, verdana, arial;
  font-size: 100%;
  color: #333333;
}


h1  { 
    float: left;
	font-size: 100%;
	margin-top: 34px;
	font-weight: bold;
	margin-bottom: -2px;
}

h2  { 
	font-size: 100%;
	margin-top: 34px;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: right;
  }


a   { 
  text-decoration: none; 
  font-size: 100%;
  font-weight:bold;
  color: gray;
  }

a:hover { 
  font-size: 100%;
  color: #e40000;
  }
  

a:visited { color: silver;
  font-size: 100%;
  }
  

em { 
  font-size: 110%;
  font-variant: small-caps;
  font-weight: bold; 
  font-style: normal;  
  color: #333333
  }

.content {
  width: 700px;
  font-size: 80%;
  margin-bottom: 2.5px;
  padding-bottom: 2.5px;
  margin-top: 0.3em;
  padding-top: 5 px;
  text-align: right;}

.rightNavigation  {
	font-size: 80%;
	text-align: right;
	padding-bottom: 0.3em;
}

.navigation
{
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 0.3em;
	margin-top: 0.5em;
	width: 700px;
	text-align: left;
}


