/* PPR stylesheet ver 1.2 */

body {
       background: #ffffff;
       color: #000000;
}

A:link {
       color: #003399;
}

A:visited {
       color: #BF3EFF;
}

A:active {
       color: #C00000;
}

P {
    font-family: times new roman;
    font-size: 12pt;
}

.box { 
    border: solid; 
    border-width: thin; 
    width: 100%;
    color: blue 
}

.oblast{
    text-align: left; 
    color: gray; 
    font-style: italic; 
    font-weight: bold;
    font-size: 18pt;
} 

.time {
    font-weight: bold;    
} 

.culture {
    color: #CC0000;
    font-weight: bold;
}

.cultureminor {
    color: #CC0000; 
}

.nature {
    color: #009900;
    font-weight: bold;
}

.natureminor {
    color: #009900; 
}

.industry {
    color: #000099;
    font-weight: bold;
}

.industryminor {
    color: #000099; 
}

.emphasize {
    font-style: italic;
}

.extlink {
    color: grey;
    font-style: italic;
}

.figure {
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.figuretext {
  float: right;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.figuretext p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.button {
  font-weight: bold;
  font-size: 18pt;
  color: #008B8B;
}
