@import url(/css/temel.css);

BODY{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: white;
  color: black;
}

H1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
}

H2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

P{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-indent: 20px;
}
 
TABLE.statistic{
  background-color: #CCCCCC;
  color: black;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

UL.level1{
  list-style-type: square;
  list-style-position: inside;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

UL.level2{
  list-style-type : square;
  list-style-position : inside;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

UL.level3{
  list-style-type : square;
  list-style-position : inside;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

PRE{
  width: 500px;
  border: solid thin;
  padding-bottom: 2px;
  padding-top:    2px;
  padding-left:   2px;
  padding-right:  2px;
  background: #FFFFCC;
  color: red;
  font-family: "Courier New", Courier, monospace;
  font-size: 9pt;
  white-space: pre;
}

.box{
  border: solid thin;
}

