/* ################################################
Body Stuff
################################################ */
BODY	{
background-color: #000000; 
font-family: Papyrus, Verdana; 
color: gray;
background-image: url(oldman.jpg); 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position: bottom right;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #333333; 
scrollbar-darkshadow-color: #333333;
scrollbar-track-color: #999999; 
scrollbar-arrow-color: #333333;
	}

/* ################################################
Link stuff
################################################ */
A:link 		{
color: gray; text-decoration: none; font-family:Papyrus, Verdana; font-size: 110%
		}

A:visited 	{
color: #808080; text-decoration: none; font-family:Papyrus, Verdana; font-size: 110%
		}

A:active 	{
color: #808080; text-decoration: none; font-family:Papyrus, Verdana; font-size: 110%
		}

A:hover 	{
color: white; text-decoration: overline; background-color: #000000; text-transform: Capitalize; font-family:Papyrus, Verdana; font-size: 110%
		}


/* ################################################
Heading stuff
################################################ */
H1, H2, H3, H4, H5, H6 	{
font-family: Verdana, Terminal
				}

H1 {
font-size: 200%; font-family: Papyrus, Verdana; font-weight: 900; color: gray
}

H2 {
font-size: 100%; font-family: Papyrus, Verdana; color: gray
}

H3 {
font-size: 85%; font-family: Papyrus, Verdana; color: gray
}

H4 {
font-size: 110%
}

/* ################################################
Navigation Bar
################################################ */
P.navigation-bar	{

font-size: 80%;
text-align: Center;
color: #262626;
padding: 1%;
			}
P.navigation-bar A:link		{
color: gray; text-decoration: none
				}

P.navigation-bar A:visited 	{
color: #808080; text-decoration: none
				}

P.navigation-bar A:active 	{
color: #808080; text-decoration: none
				}

P.navigation-bar A:hover 	{
color: white; text-decoration: overline; background-color: #000000; text-transform: Capitalize
				}


/* ################################################
Welcome text
################################################ */
P.welcome 	{

background-color: #000000;
text-align: Center;
color: red;
border: medium #0080C0 solid;
padding: 1%;
			}
P.welcome A:link		{
color: Red; text-decoration: none
				}

P.welcome A:visited 	{
color: Red; text-decoration: none
				}

P.welcome A:active 	{
color: Red; text-decoration: none
				}

P.welcome A:hover 	{
color: Red; text-decoration: overline; background-color: #000000; text-transform: Capitalize
				}


/* ################################################
footer text
################################################ */
P.footer	{

text-align: Center;
color: gray;
font-size: x-small;
padding: 1%;
			}
P.footer A:link		{
color: gray; text-decoration: none
				}

P.footer A:visited 	{
color: #808080; text-decoration: none
				}

P.footer A:active 	{
color: #808080; text-decoration: none
				}

P.footer A:hover 	{
color: white; text-decoration: overline; background-color: #000000; text-transform: Capitalize
		}
/* ################################################
slogan text
################################################ */
P.slogan		{

font-family: Papyrus, Verdana; 
text-align: Center;
color: white;
font-size: small;
padding: 1%;
		}
P.slogan A:link		{
color: #262626; text-decoration: none
				}

P.slogan A:visited 	{
color: #808080; text-decoration: none
				}

P.slogan A:active 	{
color: #808080; text-decoration: none
				}

P.slogan A:hover 	{
color: #525252; text-decoration: overline; background-color: #000000; text-transform: Capitalize
		}
/* ################################################
update text
################################################ */
P.lastmodified 	{

background-color: #000000;
text-align: Left;
color: gray;
font-size: xx-small;
padding: 1%;
			}

P.lastmodified { text-align: center }

P.lastmodified A:link		{
color: #0080C0; text-decoration: none
				}

P.lastmodified A:visited 	{
color: #0080C0; text-decoration: none
				}

P.lastmodified A:active 	{
color: #0080C0; text-decoration: none
				}

P.lastmodified A:hover 	{
color: #0080C0; text-decoration: overline; background-color: #000000; text-transform: Capitalize
				}
