@media screen {
/*

Cascade Style Sheet source

*/
body {
  font-family: "Times New Roman", lucidia, serif;
  font-size: 12pt;
  font-style: normal;
  color: #000000;
  background-color: #A9F5A9;
  text-align: center;
  width: 750px;
}

hr {
  text-align: center;
  color: #0B610B;
  width: 85%;
}

a {
  font-family: "Times New Roman", lucidia, serif;
  font-weight: bold;
  color: #0B610B;
  text-decoration: none;
}

img {
  border-width: 0px;
  border-style: none;
}

#description, #file_info{
  font-size: 10pt; background-color: #CEF6CE; border-color: #0B610B; border-style: solid; border-width: 0 0.2em 0 0.2em; color: #0B3861; margin: 0.3em; padding: 0.2em 0.5em 0.2em 0.5em;
  -moz-border-radius: .6em .6em .6em .6em;
  -webkit-border-radius: .6em .6em .6em .6em;
  border-radius: .6em .6em .6em .6em;
}

#description {
  font-size: 15pt;
}

a:hover {
  text-decoration: underline;
}

.stred {
  text-align: center;
}

} /* media screen */
