/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {font-family: Arial;font-size: medium;color: #9B313A;background: #000000;  

}

a {font-family: Arial;color: #9B313A;background: #000000; text-decoration: none; 

}

.menu{
text-decoration: underline; 
}

a:hover {
    color: #30FF0B;
  }  

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}