/* Created using Style Master from Western Civilisation CSS1 { 0 0 558 625 } */

/* This CSS is the style sheet for the entire site. */

BODY {
font-family: Verdana, Arial, sans-serif;
/* the font for the body of the document */

background-color: #000000;

color: #00ff00;

scrollbar-face-color:00ff00; 

scrollbar-shadow-color:000000; 

scrollbar-highlight-color:000000; 

scrollbar-3dlight-color:000000; 

scrollbar-darkshadow-color:00ff00; 

scrollbar-track-color:000000; 

scrollbar-arrow-color:000000;

border-style:none;

border-width:1px;

border-color:00ff00;}
}

P {
font-family: Verdana, Arial, sans-serif;
/* the font for the paragraphs - Netscape is picky about this, */
/* so it must be set for every tag*/
}

/* Table Elements */

TABLE {
font-family: Verdana, Arial, sans-serif;
/* See P */
background-color: #000000;
background-position: +10% left;
}

TD {
font-family: Verdana, Arial, sans-serif;
/* See P */
}

TR {
font-family: Verdana, Arial, sans-serif;
/* See P */
border: 2em #c0c0c0 groove;
}

/* Link Elements */

A {
font-family: Matisse ITC, sans-serif;
/* See P */
text-decoration: none;
/* Remove the underline for the hovering effect */
color: #ff0000;
}

A:hover {
font-family: Matisse ITC, sans-serif;
filter: Glow(Color=#00ff00, Strength=5);
/* See P */
/* When the mouse moves over the text will be underlined */
color: #ffffff;
/* Change the text color while the mouse is over */

}

h2 {
font-family: Verdana, Arial, sans-serif;
/* See P */
color: #00FF00;
/* the color of the text for the <H2> tag*/
}

h1 {
font-family: Verdana, Arial, sans-serif;
/* See P */
color: #00FF00;
/* the color of the <H1> tag */
font-size: large;
/* set the size to "large" */
}

/* Custom Classes */

.hidden {
font-family: Verdana, Arial, sans-serif;
/* See P */
display: none;
/* set the class so that any tag with the CLASS="hidden" parameter is invisible */
}

/* Used for the marquee */

.banner {
font-family: Verdana, Arial, sans-serif;
/* See P */
font-weight: bold;
/* make the marquee text bold */
color: #ffffff;
/* font color white */
background-color: #FFAF00;
/* background color: orange */;
}

.wave {
filter: wave( Add=0, Freq=5, LightStrength=100, Phase=0, Strength=100 );
/* Apply the Wave effect */
}

.blur {
filter: blur(add=1, direction=270, strength=3);
/* Apply the Blur effect */
}

.fliph {
filter: FlipH;
/* Apply the Horizonal flip effect */
}

.flipv {
filter: FlipV;
/* Apply the vertical flip effect */
}

.glow {
filter: Glow(Color=#FFfF00, Strength=5);
}

.glow_w2 {
filter: Glow(Color=#FFAF00, Strength=2);
/* Apply the Glow effect */
}

.grayscale {
filter: Gray;
/* Apply the GrayScale effect */
}

.light {
filter: Light;
/* Apply the Light effect */
}

.shadow {
filter: Shadow( Color=#000000, Direction=0 );
/* Apply the Shadow effect */
}

.xray {
filter: XRay;
/* Apply the X-Ray effect */
}