* { font-family: verdana, arial, helvetica, sans-serif; }

body {
  font-size: 8pt;
  margin: 0; padding 0;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}

img { border-width: 1px; border-color: #ffffff; }

a       { color: #cc0000; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }

a img       { border-color: #d2212b; }
a:hover img { border-color: #ffffff; }


.main_title {
  margin: 0; padding: 10px 0 10px 10px;
  width: 1040px;
  color: #ffffff;
  font-size: 12pt; font-weight: normal; text-align: left;
  background-color: #161616;
  border-width: 1px 1px 0 1px; border-style: solid; border-color: #d2212b;
}
.main_title a       { color: #ffffff; text-decoration: none; }
.main_title a:hover { color: #ffffff; text-decoration: none; }


.block_title {
  margin: 0; padding: 5px 0;
  width: 1050px;
  color: #ffffff;
  font-size: 18pt; font-weight: bold; text-align: center;
  background-color: #161616;
  border-width: 1px; border-style: dashed; border-color: #d2212b;
}
.block_title a       { color: #ffffff; text-decoration: none; }
.block_title a:hover { color: #ffffff; text-decoration: none; }


.block_text {
  margin: 0; padding: 5px 0;
  width: 1050px;
  color: #ffffff;
  font-size: 12pt; font-weight: normal; text-align: justify;
}
.block_text a       { color: #ffffff; font-weight: normal; text-decoration: none; }
.block_text a:hover { color: #d2212b; font-weight: normal; text-decoration: underline; }

.site_screen          { font-size: 12pt; font-weight: bold }
.site_screen .welcome { padding: 6px 0 0 0; }

.one_site p          { margin: 0; padding: 0; font-size: 12pt; font-weight: normal; }
.one_site .site_name { font-size: 12pt; font-weight: bold; color: #ffffff; text-decoration: none; }
.one_site a          { font-size: 12pt; }
.one_site img        { margin: 0 4px; }

