/*Global Settings*/

/*main body settings*/


table
{
border-spacing: 0px;
border-collapse: collapse;
border-width: 0;
}

body.main
{
background-image: 
url('images2/128.jpg');
background-attachment: fixed;
color: white;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
}

.texture1
{
background-image: 
url('images/13.jpg');
background-attachment: fixed;
color: orange;
}

.content  /* content window */
{
background-color: pink;

background-image: 
url('images2/Inner smoke.JPG');

background-attachment: fixed;
background-position: 50% 50%; 
color: white;
background-color: black;
}


td.grass
{
background-image: 
url('images/grass.jpg');
background-attachment: fixed;
color: white;
}

.pagehead /* page  heading*/
{
text-align:center;
font-family:monotype corsiva;
font-weight:900;
color: red;
font-size:30pt;
}

b.subheading /* subject headings */
{
text-align:center;
font-family:monotype corsiva;
font-weight:900;
color: red;
font-size:25pt;
}

b.biggsubhead /* subject headings */
{
text-align:center;
font-family:monotype corsiva;
font-weight:900;
color: red;
font-size:40pt;
}

b.author
{
text-align:left;
font-family:arial;
font-weight:normal;
color: orange;
font-size:10pt;
}

.introtext /* page or subject introductories */
{
text-align:center;
font-style:italic;
font-family:monotype corsiva;
font-weight:normal;
color: orange;
font-size:14pt;
}

.infohead /* info headers */
{
text-align:center;
font-family:new times roman;
font-weight:600;
color:red;
font-size:15pt;
}

.c1
	{
		text-align: center;
	}

.infotext /* page content */
{
text-align:left;
font-family:arial;
font-weight:normal;
color: orange;
font-size:10pt;
}




/* standard */
a:link {color: white}
a:visited {color: white}
a:hover {color: #CC0000}
a:active {color: white}

a.menu:link {color: red}
a.menu:visited {color: red}
a.menu:hover {color: gold}
a.menu:active {color: red}

/* main site link */
a.mainlink:link {color: white}
a.mainlink:visited {color: white}
a.mainlink:hover {color: #CC0000}
a.mainlink:active {color: white}

a.menu
{
font-size: 13px;
text-decoration: none;
font-weight: 700;
}

.menu
{
background-color: black;
/*
background-image: 
url('images/dragon knight 1.png');
*/
background-attachment: fixed;
background-position: 10% 10%; 

}

