/* style_white.css - a simple style sheet */
body {
  margin-left: 5%; margin-right: 10%;
  color: #000; background: url(images/bkgrd.jpg) #EEE;
  font-family: Verdana, sans-serif;
}

a:link { color: #336699; background: url(images/bkgrd.jpg) #EEE; }  /* for unvisited links */
a:visited { color: #6699CC; background: url(images/bkgrd.jpg) #EEE; } /* for visited links */
a:active { color: #999999; background: url(images/bkgrd.jpg) #EEE; } /* when link is clicked */
a:hover { color: #999999; background: url(images/bkgrd.jpg) #EEE; } /* when mouse is over link */

a.menu {
  font-size: small;
  Text-decoration: none;
}
a.plain {
  Text-decoration: none;
}
a.large {
  font-size: large;
}
a.small {
  font-size: small;
  Text-decoration: none;
}
a.title {
  font-size: large;
  font-weight: bold;
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
}

	.copyright
	{
		font-size: x-small;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
	.large
	{
		font-size: large;
	}
	.newsdate
	{
		font-style: italic;
	}
	.PageHeader
	{
		font-size: x-large;
		font-weight: normal;
	}
	.PageHeaderAlt
	{
		font-size: xx-large;
		font-weight: normal;
		font-family: Times, "Times New Roman", serif;
		font-style: italic;
	}
	.PageHeaderPhoto
	{
		font-size: large;
		font-weight: normal;
		font-family: Times, "Times New Roman", serif;
	}
	.quote
	{
		font-style: italic;
	}
	.serif
	{
		font-family: Times, "Times New Roman", serif;
	}
	.small
	{
		font-size: small;
	}
	.SongTitle
	{
		font-size: x-large;
		font-weight: bold;
		font-family: Times, "Times New Roman", serif;
		font-style: italic;
	}
	.SubHeader
	{
		font-size: large;
		font-weight: bold;
	}
	.TitleHeaderThirdEye
	{
		font-style: italic;
		font-size: xx-large;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
	.Title
	{
		font-weight: bold;
		font-family: Times, "Times New Roman", serif;
		font-style: italic;
	}
	.TitleLarge
	{
		font-size: large;
		font-weight: bold;
		font-family: Times, "Times New Roman", serif;
		font-style: italic;
	}
	.VideoTitle
	{
		font-style: italic;
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
	.VideoDuration
	{
		font-size: small;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
