﻿@font-face {
    font-family: Dakota;
    font-style:  normal;
    font-weight: normal;
    src: url(DAKOTA0.eot);
}
body
{
    background-color: Black;
    font-family: Dakota, Arial;
    color: white;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    position: absolute;
    scrollbar-3dlight-color:gray;
    scrollbar-arrow-color:Red;
    scrollbar-base-color:Black;
    scrollbar-darkshadow-color:Gray;
    scrollbar-face-color:black;
    scrollbar-highlight-color:Gray;
    scrollbar-shadow-color:Gray;
}
.contains 
{
    font-weight: normal;
    font-family: Dakota;
    position: relative;
    left: 2px;
    top: 2px;
    color: black;
    font-weight: bold;
    cursor :pointer ;
}
.text
{
    font-weight: normal;
    font-family: Dakota;
    position: absolute;
    left: -1px;
    top: -1px;
    color: white;
    cursor :pointer ;
}
.sub_contains 
{
	font-size: 90%;
    font-weight: normal;
    font-family: Dakota;
    position: relative;
    left: 2px;
    top: 2px;
    color: black;
    cursor :pointer ;
}
.sub_text
{
	font-size: 90%;
    font-weight: normal;
    font-family: Dakota;
    position: absolute;
    left: -1px;
    top: -1px;
    color: red;
    cursor :pointer ;
}
.sub2_text
{
	font-size: 80%;
    font-weight: normal;
    font-family: Dakota;
    position: absolute;
    left: -1px;
    top: -1px;
    color: yellow;
    cursor :pointer ;
}
.Heading
{
    font-size: large;
    color: red;
    font-family: Dakota;
}
.Body_text
{
    padding-left: 2px;
    font-size: smaller;
    color: white;
    font-family: Arial;
}
.TA 
{
    scrollbar-3dlight-color:gray;
    scrollbar-arrow-color:Red;
    scrollbar-base-color:Black;
    scrollbar-darkshadow-color:Gray;
    scrollbar-face-color:black;
    scrollbar-highlight-color:Gray;
    scrollbar-shadow-color:Gray;
}
.player
 {
    visibility:hidden;
    display:none;
}