﻿@charset 'utf-8';

html
{
  font-size: 100.01%
}

body
{
  color: white;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-align: left;

  font-size: 12px;
    
  background-color: #1B0101;
  
  overflow: auto;
  
  margin: 0px;
}

a:link
{  
  color: white;
  text-decoration: none;
}

a:visited
{
  color: #868282;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:active, a:focus
{
  color: #868282;
  text-decoration: none;
}

.pNoScript
{
  color: red;
  font-weight: bold;
  
  background-color: #1B0101;
  
  text-align: center;
}
