body {
	font: 9pt Verdana, Tahoma, Arial, Helvetica;
	color: #ccc;
	background-color: eae3ff;
	line-height: 100%;
}

h1 {
	font: 16pt;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font: 14pt;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font: 12pt;
	font-weight: bold;
	font-style: italic;
}
#navi {
	font: 12pt Verdana, Tahoma, Arial, Helvetica;
	color: #efefef;
	font-weight: normal;
	font-style: italic;
	line-height: 180%;
 	text-decoration: underline;
}

#subnavi {
	font: 10pt Verdana, Tahoma, Arial, Helvetica;
	color: #efefef;
	font-weight: bold;
	font-style: normal;
	line-height: 160%;
 	text-decoration: underline;
}

#subsubnavi {
	font: 9pt Verdana, Tahoma, Arial, Helvetica;
	color: #efefef;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
 	text-decoration: underline;
}

#content {
	font: 11pt Verdana, Tahoma, Arial, Helvetica;
	color: #cfcfcf;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
	text-align: justify;
}

#logo {
	font: 13pt Verdana, Tahoma, Arial, Helvetica;
	color: #009DDC;
	font-weight: bold;
	font-style: italic;
}

a:link {
  color: #ff6699;
  text-decoration: none;
  font-weight:bold;
  font-style: italic;
}
a:visited {
  color: #dd3366;
  text-decoration: none;
  font-weight:normal;
  font-style: italic;
}
a:focus,
a:hover {
  color: #F485A6;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}
