BODY {

}



A:link { text-decoration: none;

  color: black;

}

A:active { text-decoration: none;

  color: black;

}

A:visited { text-decoration: none;

  color: black;

}

A:hover { text-decoration: none;

  background-color: black;

  color: cyan;

}

A.textLink { text-decoration: underline;

  color: blue;

}

A:visited.textLink { text-decoration: underline;

  color: blue;

}

A:link.textLink { text-decoration: underline;

  color: blue;

}

A:active.textLink { text-decoration: underline;

  color: blue;

}

A:hover.textLink { text-decoration: underline;

  background-color: blue;
  
  color: white;

}

H2 {

  color: rgb(0, 153, 153); 

  font-variant: small-caps;

}



.nBR {

  white-space: nowrap;

}



#main {

  width: 760px;

}



#bodyhead {

text-align: center;

padding-left: 0;

height: 113px;

background-color: cyan;

font-family: Parade;

}



#bodyhead #bname {

font-size: 3em;

font-variant: small-caps;

font-weight: bolder;

}



#bodyhead #btag {

font-size: 2em;

}



#eventlink {

font-family: 'courier new';

font-family: 'Georgia';

/*

   border-style: solid;

   border-width: 1px;

   border-color: red;

*/

margin-top: 0;

margin-left: 20px;

margin-right: 20px;

margin-bottom: 0.5em;

padding-left: 0.5em;

padding-right: 1em;

padding-bottom: 0.5em;

/* padding-bottom: 0.75em; */

border-top: 1px solid rgb(204, 204, 204);

}



#eventlink p {

font-size: 12px;

text-align: justify;

}



#eventlink h4 {

/* text-align: center; */

  color: rgb(0, 153, 153); 

  font-variant: small-caps;

}



#eventlink img.left {

margin-right: 0.75em;

}

#eventlink img.right {

margin-left: 0.75em;

}



#tnbody {

/*

border-style: solid;

border-width: 1px;

border-color: red;

*/

  margin-top: 0;

  margin-left: 2em;

  margin-right: 2em;

  margin-bottom: 0;

  padding: 0.1em;

}



#tndisplay {

  background-image: url(images/WGfolkfest.gif);

  border: 1px solid rgb(0, 153, 153);

  margin: 2px;

  float: left;

  padding: 7px;

}



.MFWPNlogo {

    font-family: 'courier new';  

    font-weight: bold; 

}



#footer {

  background-image: url(images/bgtexture.gif);

  font-family: 'tahoma';

  text-align: center;

  font-size: 11px;

  margin-left: 21em;

  margin-right: 21em;

  margin-top: 1em;

  margin-bottom: 1em;

  padding: 0;

  border: 1px solid rgb(255, 203, 153);

}