/* This sheet controls the colours and styles of fonts and the website. You can change any of the attributes below if you wish. */

/* ------------------------------ */
/* PAGE */

/* Main Page Section */
body, p { 
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 15;
 color: #999999;
 text-align: justify;
}

body {
 background-color: #000000;
 margin: 0px;
 padding: 0px;
}

/* Link Colours */
a.link {
 color: #FF0000;
 text-decoration: none;
 font-weight: bold;
}a.link:visited {
 color: #FF9933;
 text-decoration: none;
 font-weight: bold;
}a.link:hover {
 color: #FFFF00;
 text-decoration: none;
 font-weight: bold;
}

a.simp {
 color: #666666;
 text-decoration: none;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 13;
}a.simp span {
 color: #FF0000;
 text-decoration: none;
 font-family: Arial Rounded MT Bold;
}a.simp span span {
 color: #666666;
 text-decoration: none;
}a.simp:hover span span {
 color: #FFFFFF;
 text-decoration: none;
}

/* Scroll Bars */
body {
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #666666;
 scrollbar-dark-shadow-color: #333333;
 scrollbar-track-color: #666666;
 scrollbar-face-color: #666666;
 scrollbar-shadow-color: #333333;
 scrollbar-highlight-color: #999999;
 scrollbar-3d-light-color: #999999;
}

/* ------------------------------*/
/* TEXTS */

/* Header H1 Text */
H1 {
 font-size : 25;
 color : #FFFFFF; 
}

/* Header H2 Text */
H2 {
 font-size : 16;
 font-style : italic;
 line-height : 150%;
}

/* ------------------------------ */