@charset "utf-8";
/* CSS Document */

body {background-color:black; font-family:Arial; font-size: 14px; color:white; }
A:link {text-decoration: none; color: #3BB9FF;}
A:visited {text-decoration: none; color: #3BB9FF;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; font-weight:bold; color: red;}



h1 {font-family:Arial; font-size: 36px; color: white; text-align:center; }
h2 {font-family:Arial; font-size: 30px; color: white; text-align:center; }
h3 {font-family:Arial; font-size: 24px; color: white; text-align:center; }
h4 {font-family:Arial; font-size: 20px; color: white; text-align:center; }
h5 {font-family:Arial; font-size: 16px; color: white; text-align:center; }
h6 {font-family:Arial; font-size: 12px; color: white; text-align:center; }


