/*BODY CLASS FOR NO BACKGROUND */

body.nb {background-color: black;}
body.nb {background-image: none}
body.nb {font-family: serif;}
body.nb {font-weight: normal;}

/* End no background class */

/* default Body Style to apply */
body {background-attachment: fixed}
body {background-image: url("images/spiderweb.jpg")}
body {background-color: black;}
body {background-repeat: no-repeat;}
body {background-position: left top;}
body {font-family: serif;}
body {font-weight: normal;}
/* End of Body style */    


a.pos_abs1
{
position:absolute;
left:300px;
top:300px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs2
{
position:absolute;
left:300px;
top:150px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs3
{
position:absolute;
left:700px;
top:250px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs4
{
position:absolute;
left:600px;
top:430px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs5
{
position:absolute;
left:470px;
top:500px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs6
{
position:absolute;
left:100px;
top:400px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs7
{
position:absolute;
left:760px;
top:590px;
overflow: visible;
color: white;   
font-size: 100%
}

a.pos_abs8
{
position:absolute;
left:10px;
top:300px;
overflow: visible;
color: white;   
font-size: 100%
}
  
a.pos_abs_samhain
{
position:absolute;
left:100px;
top:120px;
overflow: visible;
color: white;   
font-size: 100%
}
    
a.pos_abs_wheel
{
position:absolute;
left:300px;
top:300px;
overflow: visible;
}
a.pos_abs_back
{
position:absolute;
left:70px;
top:500px;
overflow: visible;
}

h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:28px;
    font-weight:900;
    color:#ccc;
    }
h2 {
    font:bold 12px/14px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 5px 0px;
    padding:0px;
    }
p {
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
    }
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
    color:"white";
    font-size:11px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:600;
    text-decoration:none;
    }
a:link {color:"white";}
a:visited {color:"silver";}

/*Set up the CSS rules for links - change colour on hover and visit
                                Font size to 150% of rest of text
*/
a.rmore:link {color: SILVER}
a.rmore:visited {color: SILVER}
a.rmore:hover {color: #ffffff}
a.rmore {font-size: 75%}
/* end link rule */


/*
Set up the CSS rules for links - change colour on hover and visit
                                Font size to 150% of rest of text
*/
a.one:link {color: SILVER}
a.one:visited {color: SILVER}
a.one:hover {color: #ffffff}
a.one {font-size: 150%}
/* end link rule */


/*
Set up the CSS rules for links - change colour on hover and visit
                                Font size to 125% of rest of text
*/
a.two:link {color: WHITE}
a.two:visited {color: WHITE}
a.two:hover {color: WHITE}
a.two:hover {font-weight: bold}
a.two:hover {text-decoration: NONE}
a.two {font-size: 125%}
a.two {text-decoration: NONE}

/* end link rule */

/*
Set up the CSS rules for links - change colour on hover and visit
                                Font size to 150% of rest of text
*/
a.map:link {color: SILVER}
a.map:visited {color: SILVER}
a.map:hover {color: #ffffff}
a.map {font-size: 100%}
/* end link rule */

/*
Set up the CSS rules for text - heading 2 text
                                Font size to 175% of rest of text
*/

font.h2text {color: white}
font.h2text {font-size: 100%}
/* end text rule */

/*
Set up the CSS rules for text - body text
                                Font size to 125% of rest of text
*/

font.btext {color: white}
font.btext {font-size: 75%}
/* end text rule */

/*
Set up the CSS rules for small text - body text
                                Font size to 125% of rest of text
*/

font.linktext {color: white}
font.linktext {font-size: 75%}
/* end text rule */

/*
Set up the CSS rules for headng text - body text
                                Font size to 250% of rest of text
*/

font.htext {color: silver}
font.htext {font-size: 200%}
/* end text rule */


/* Toolbar - menu*/
.toolbar {
background-color: #000000;
padding: 5px 0px 5px 0px;
}
.menu {
border-right: 1px solid white;
text-decoration: none;
background-color: #000000;
padding: 5px;
color: white;
font-family: serif;
font-size: 15pt;
font-weight: bold;
}
.menu:hover {
background-color: SILVER;
}
/* End Toolbar - menu */

