@import url(http://fonts.googleapis.com/css?family=Buda:300);

p, body, table {
  font-family: 'Buda', sans-serif;
  font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #fefefe;
}

.body {
  display: block;
  margin-left: 200px;
  width: 550px;
}

.major-head {
  display: block;
  margin-left: 200px;
  margin-bottom: 35px;
  width: 550px;
}

.major-head-logo {
  display: block;
  float: right;
  position: 0px;
}

div.literature p {
  text-align: justify;
  text-indent: -2em;
  margin-left: 2em;
}

.all {
  width: 800px;
}

.head-area h1 {
  text-align: left;
  font-size: xx-large;
  margin-top: 0px;
/*  font-family: "Arial", "Helvetica", "Verdana";*/
}

.head-area img {
  margin-left: 0px;
}

.head-area .navi-buttons {
  text-align: right;
  padding: 5px;
}

.head-area .short-navi {
  display: inline-block;
}

.head-area .short-navi a {
  text-decoration: none;
  color: #ffffff;
  cursor:pointer;cursor:hand;
  font-weight: bold;
}

.footer {
  float: bottom;
	font-size: xx-small;
/*	cursor: crosshair;*/
	font-style: normal;
	font-weight: normal;
	color: #fefefe;
}

.body a {
  text-decoration: underline;
  color: #aaaaaa;
  cursor:pointer;cursor:hand;
  font-weight: normal;
}

.body p {
  text-align: justify;
}

.body p.admon {
  text-indent: -1em;
  text-align: justify;
  margin-left: 1em;
}

.body p.admon em {
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

.body pre {
	cursor: text;
	font-style: normal;
	font-weight: normal;
  padding: 10px;
  font-size: 90%;
  color: #aaaaaa;
  background: #0a0a0a;
  border: thin solid #333333;
}


div.chapter-navi {
  float: left;
  left: 0px;
}

div.chapter-navi p.link {
  border-top: thin solid #ffffff;
  padding: 5px;
  margin-left: 20px;
  width: 100px;
  color: #ffffff;
}

div.chapter-navi p.link a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}






span.acr {
  text-transform: uppercase;
/*  font-variant: small-caps;*/
  font-style: normal;
}

em, .em {
  color: #ffffff;
  font-weight: normal;
  font-style: italic;
}



