/* supposedly based on manga / anime colourscheme */
/*
Pallette
see (http://mightyotaking.deviantart.com/art/Cel-Shade-Pallette-Plus-Alpha-44699677):
purple-light = 0xF796FF
purple-base = 0x6A3C7C
purple-shade = 0x4A1029
purple-exshade = 0x000000

jion-purple-light = 0xFFFFFF
jion-purple-base = 0x94799C
jion-purple-shade = 0x423C6C
jion-purple-exshade = 0x172830



*/


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #000000;
  color:#94799C
}

p{color:#6A3C7C}

p.light{color:F796FF}

table.layout{

}

table.data{
  
}


ul.menu{list-style-type:lower-roman}

ul.data{list-style-type:lower-greek}

a:link    {color:#FFFFFF;   text-decoration:underline;}
a:visited {color:#423C6C;   text-decoration:underline;}
a:hover   {background-color:#FFFFFF;
           color:#172830;
           text-decoration:none;}
a:active  {color:#FF0000;   text-decoration:none;}



