
/*body*/
body {background-color: #000000;}

/*headings*/
h1, h2, h3, h4, h5, h6 {color: #990033; font-family: sans-serif; text-align: right;}
h1.left {text-align: left;color: #990033; font-family: sans-serif;}
h2.left {text-align: left;color: #990033; font-family: sans-serif;}
h3.left {text-align: left;color: #990033; font-family: sans-serif;}
h4.left {text-align: left;color: #990033; font-family: sans-serif;}
h5.left {text-align: left;color: #990033; font-family: sans-serif;}
h6.left {text-align: left;color: #990033; font-family: sans-serif;}
h1.center {text-align: center;color: #990033; font-family: sans-serif;}
h2.center {text-align: center;color: #990033; font-family: sans-serif;}
h3.center {text-align: center;color: #990033; font-family: sans-serif;}
h4.center {text-align: center;color: #990033; font-family: sans-serif;}
h5.center {text-align: center;color: #990033; font-family: sans-serif;}
h6.center {text-align: center;color: #990033; font-family: sans-serif;}

/*lines*/
hr {color: #003399;}

/*paragraphs*/
p {font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}
p.bordered {font: italic small-caps 900 12px arial;color: #8C97BD;border-style: solid;border-right-width: 15px; margin-left: 1cm;}
p.uppercase {text-transform: uppercase; font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}
p.lowercase {text-transform: lowercase; font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}
p.capitalize {text-transform: capitalize; font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}
p.centered {text-align: center; font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}
p.right {text-align: right; font: italic small-caps 900 12px arial;color: #8C97BD; margin-left: 1cm;}

/*lists*/
ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

/*links*/
a:link {color: #CAC0A4; text-decoration: none}
a:visited {color: #66ADB0; text-decoration: none}
a:hover {color: #74BE69; text-decoration: none}
a:active {color: #FFFFFF; text-decoration: none}

/*scrollbar*/
scrollbar-face-color:#464646;
scrollbar-highlight-color:#0D0080;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#0D0080;
scrollbar-arrow-color:#0D0080;
scrollbar-track-color:#404040;
