html
{
   margin: 0;
}

body
{
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
   text-size-adjust: none;
   background-color: #001020;
   margin: 0;
}

a:link
{
    line-height: 150%;
    font-size: 200%;
    color: #D0D000;
    #text-decoration: underline #606080;
}
a:visited
{
    line-height: 150%;
    font-size: 200%;
    color: #808000;
}
a:hover
{
    line-height: 150%;
    font-size: 200%;
    color: #00FF00;
}
a:active
{
    line-height: 150%;
    font-size: 200%;
    color: #FFFFFF;
}
a:disabled
{
    line-height: 150%;
    font-size: 200%;
    color: #808070;
}

.dvd
{
  margin-left: auto;
  margin-right: auto;
  width: 84%
}

p
{
    color: #00A0C0;
}

h1
{
    color: #00A0C0;
    font-size: 300%;
}

h2
{
    color: #10B0D0;
}

hr
{
    border-color: #0080A0;
}

.copyright
{
    color: #6060E0;
}

button
{
  background-color: #2C50AF;
  border: outset;
  color: #A0FFFF;
  padding: 6px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 150%;
}

button:hover
{
  background-color: #DCC00F;
}

button:active
{
  background-color: #2C906F;
#  box-shadow: 0 5px #666;
  transform: translate(3px, 2px);
}

.page
{
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-width: 1000px;
    margin: 0 auto;
}
