/* style.css - a simple style sheet */
body {
  margin-left: 5%; margin-right: 10%;
  color: #EEE; background: #000;
  font-family: Verdana, sans-serif;
}

a:link { color: #6699cc; background: #000 }  /* for unvisited links */
a:visited { color: #99ccff; background: #000 } /* for visited links */
a:active { color: #999999; background: #000 } /* when link is clicked */
a:hover { color: #eeeeee; background: #000 } /* 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
	{
		color: #eeeeee;
		background: #000;
		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
	{
		color: #c0cc66;
		background: #000;
		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
	{
		color: #ffffff;
		background: #000;
		font-style: italic;
		font-weight: bold;
		font-size: medium;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
	.VideoDuration
	{
		color: #cccccc;
		background: #000;
		font-size: small;
		font-family: Verdana, sans-serif;
		Text-decoration: none;
	}
