/*body test*/
body {font-size: 8pt;
color: white;
background: gray;
line-height: 10pt;
margin-left: 0pt;
margin-top: 0pt;}

body.rabbit {font-size: 8pt;
color: white;
background: gray;
line-height: 10pt;
margin-left: 0pt;
margin-top: 0pt;}

body.frames {font-size: 8pt;
color: white;
background: black;
line-height: 10pt;
margin-left: 0pt;
margin-top: 0pt;}

/*Major Headings*/
h1 {font: 10pt; 
color: black;
font-weight: bold;
background: yellow;
line-height: 14pt;
text-align: center;}

/*title bar*/
h2 {font: 10pt; 
color: black;
font-weight: bold;
line-height: 14pt;
text-align: left;
background: yellow;
margin-top: 0pt;}

/*Listed items with picture*/
div.titletable {font: 8pt; 
color: black;
font-weight: bold;
line-height: 10pt;
text-align: center;
background: white;
margin-top: 1pt;
margin-bottom:0pt;
margin-left: 10;
margin-right: 10;}

/*Listed items with picture*/
div.artname1 {font: 8pt; 
color: yellow;
font-weight: bold;
line-height: 10pt;
text-align: left;
margin-top: 0pt;}

/*album names*/
div.artname2 {font: 6pt; 
color: white;
font-weight: bold;
line-height: 9pt;
text-align: left;
margin-top: 0pt;}

/*album description*/
div.albumdescrip1 {font: 8pt; 
color: white;
line-height: 10pt;
text-align: left;
margin-top: 0pt;
margin-left: 10;
margin-right: 10;}

/*album names*/
div.artname3 {font: 8pt; 
color: white;
font-weight: bold;
line-height: 10pt;
text-align: left;
margin-left: 30;
margin-right: 30;
margin-top: 0pt;}

/*latest headings*/
div.latest1 {font: 10pt; 
color: white;
font-weight: bold;
line-height: 12pt;
text-align: left;
margin-left: 20;
margin-right: 30;
margin-top: 0pt;}

/*latest headings*/
div.video1 {font: 8pt;  
color: white;
font-weight: bold;
line-height: 10pt;
text-align: center;
margin-left: 30;
margin-right: 30;
margin-top: 0pt;}

/*links*/

a {text-decoration: none;}
a:link {color: yellow;}
a:visited {color: yellow;}
a:active {color: yellow;}

/*tables*/
CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.TITLETABLE200
  { 
     font-family:arial;
     border-collapse:collapse;
     font-size:8pt;
     width:200px;
     background-color:black;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }
  
  TABLE.TITLETABLETrans
  { 
     font-family:arial;
     border-collapse:collapse;
     font-size:8pt;
     width:200px;
     background-color:transparent;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }
  
  TABLE.TITLETABLE600
  { 
     font-family:arial;
     border-collapse:collapse;
     font-size:8pt;
     width:600px;
     background-color:black;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }
  
    TABLE.TITLETABLE800
  { 
     font-family:arial;
     border-collapse:collapse;
     font-size:8pt;
     width:800px;
     background-color:black;
     border-style:solid;
     border-color:black;
     border-width:0px;
  }
  
  TH.TITLETABLE
  {
     font-size:8pt;
     background-color: gray;
     color:black; 
     border-width:0px;
     vertical-align:bottom;
  }

  TR.TITLETABLE
  { 
     vertical-align:middle;
  }

  TD.TITLETABLE
  {  
     font-size:8pt;
     background-color:red;
     color:black;
     border-style:solid;
     border-width:0px;
     border-color: yellow;
     text-align:left;
     margin-left:30;
     
  }


