body { /*sets styles for global document*/
   background-color: #ffc0ff;
   color: #000;
   font-family: verdana;
   font-size: 100.01%;
   margin: 0;
   padding: 0;
   }

a:link { /*sets styles for links*/
   color: #0000ff;
	text-decoration: underline;
	}

a:visited {
   color: #0000ff;
	text-decoration: underline;
	}

a:hover {
   color: #f00;
	text-decoration: underline;
	}


a.nav:link { /*sets styles for links*/
font-family: impact;
font-size: 30px;
color: #a92ea6;
	text-decoration: underline;
	}

a.nav:visited {
font-family: impact;
font-size: 30px;
color: #a92ea6;
text-decoration: underline;
}

a.nav:hover {
   color: #f00;
font-family: impact;
font-size: 30px;
	text-decoration: underline;
	}

a.menu:link { /*sets styles for links*/
   color: #0000ff;
font-family: verdana;
font-size: 12px;
color: #ab2007;
	text-decoration: underline;
	}

a.menu:visited {
   color: #0000ff;
   font-size: 12px;
	text-decoration: underline;
	}

a.menu:hover {
   color: #f00;
   font-size: 12px;
	text-decoration: underline;
	}

a.join:link { /*sets styles for links*/
color: #fff;
font-family: verdana;
font-size: 24px;
   font-weight: bold;
	text-decoration: underline;
	}

a.join:visited {
   color: #0000ff;
	text-decoration: underline;
	}

a.join:hover {
   color: #f00;
	text-decoration: underline;
	}

p { /*sets styles for paragraph*/
   color: #000;
   font-size: 12px;
   font-weight: normal;
   margin: 20px;
   padding: 0;
   text-align: left;
   }

p.body { /*sets styles for paragraph*/
   color: #ffff00;
   font-size: 16px;
   font-weight: normal;
   margin: 10px;
   padding: 0;
   text-align: justify;
   }

p.grey { /*sets styles for paragraph*/
   color: #800080;
   font-size: 18px;
   font-weight: bold;
   margin: 16px;
   padding: 0;
   text-align: justify;
   }
   
table.dash {
border-width: 3px;
border-style: dashed;
border-color: #ffff00;
}

h1 { /*sets styles for h1*/
   color: #a92ea6;
   font-size: 35px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h2*/
   color: #a92ea6;
   font-size: 18px;
   font-weight: normal;
   margin: 0;
   padding: 0;
   }

.galad { /*sets styles for top of center gallery ad*/
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   }
	
	
.galhead { /*sets styles for top of center gallery ad*/
   color: #f00;
   font-size: 35px;
   font-weight: bold;
   text-align: center;
   }
	
	
	.head { /*sets styles for paragraph*/
   color: #000;
   font-size: 12px;
   font-weight: normal;
   margin: 20px;
   padding: 0;
   text-align: left;
   width: 750px;
   }
