body {

	background: #000000;

}
p {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Times New Roman, Helvetica, sans-serif;
}
p.nav {
	FONT-WEIGHT: normal;
	FONT-SIZE: 24px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Times New Roman, Helvetica, sans-serif;
}

p.white {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Times New Roman, Helvetica, sans-serif;
}
p.lrgwhite {
	FONT-WEIGHT: normal;
	FONT-SIZE: 20px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Times New Roman, Helvetica, sans-serif;
}



td {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Times New Roman, Helvetica, sans-serif;
}
A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #4A4344;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #4A4344;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #4A4344;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #3366ff;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.nav:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    BORDER-COLOR: #000000;
}
A.nav:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    BORDER-COLOR: #000000;
}
A.nav:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    BORDER-COLOR: #000000;
}
A.nav:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    BORDER-COLOR: #000000;
}

A.onblack:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.onblack:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.onblack:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A.onblack:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #3366ff;
    FONT-FAMILY: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

.hidden {display:none} 

#who
{
width:256px; /* width of image **/
height:180px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/who.gif);
}
#what
{
width:264px; /* width of image **/
height:180px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/what.gif);
}
#when
{
width:264px; /* width of image **/
height:180px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/when.gif);
}
#where
{
width:264px; /* width of image **/
height:270px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/where.gif);
}
#why
{
width:256px; /* width of image **/
height:180px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/why.gif);
}
#how
{
width:256px; /* width of image **/
height:270px; /* or height of image**/
position:absolute;
display:none;
background-image: url(images/how.gif);
}
 .slideShow {
               text-align: center;
               margin-bottom: 0px;
               padding: 0px;
               
           }
           .slides {
 
               z-index: 1;
               display: none;

           }
           #slide1 {
               display: block;
           }
