html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  background-color: #084221; /* green? */
  background-repeat: repeat;
  background-attachment: scroll; /* or fixed */
  background-image: url('http://www.orthodoxtapes.org/images/greentex1.jpg')
}

/* centers body contents on 1000px width */
div.body {
	margin: auto;
	width: 1000px;
	}

/* hyperlinks */
a:link     {color: #000080;				/* navy */
			text-decoration: underline;}
a:visited  {color: #000080;
			text-decoration: underline;}
a:hover    {color: #000080;
			text-decoration: none;}			/* remove underline*/
a:active   {color: #000080;
			text-decoration: underline;}

.red {
	background-color: #c00000; 	/* red */
	background-image: url('http://www.orthodoxtapes.org/images/redtex2.gif');
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* set link style for top nav bar */
.top-nav {
	color: silver;		/* silver */
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	}

.top-nav a:link		{color: #ffeba1;				/* cream */
					text-decoration: underline;
					font-weight: bold;}
.top-nav a:visited  {color: #ffeba1;
					text-decoration: underline;
					font-weight: bold;}
.top-nav a:hover    {color: #ffffe0; 				/* lightyellow */
					text-decoration: none;			/* remove underline*/
					font-weight: bold;}
.top-nav a:active   {color: #ffeba1;
					text-decoration: underline;
					font-weight: bold;}

/* set link style for bottom nav bar */
.nav {
	color: silver;		/* silver */
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	}

.nav a:link		{color: #ffeba1;				/* cream */
				text-decoration: underline;
				font-weight: bold;}
.nav a:visited  {color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}
.nav a:hover    {color: #ffffe0; 				/* lightyellow */
				text-decoration: none;			/* remove underline*/
				font-weight: bold;}
.nav a:active   {color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}

/* set link style for veiw cart button */
.cart {
	color: #ffeba1;			/* cream */
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
	font-size: 1em;
	font-weight: bold;
	}

.cart a:link	{color: #ffeba1;				/* cream */
				text-decoration: underline;
				font-weight: bold;}
.cart a:visited	{color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}
.cart a:hover	{color: #ffffe0; 				/* lightyellow */
				text-decoration: none;			/* remove underline*/
				font-weight: bold;}
.cart a:active	{color: #ffeba1;
				text-decoration: underline;
				font-weight: bold;}

/* adds more space after the footer line */
.bump {height: 65px}

#yellow {color: #ffeba1}

#logo {
	float: left;
	background-color: #ffffe0; /* lightyellow */
	position: absolute;
	top: 0px
	}

#body {							/* body ID */
	padding: 10px;
	background-color: #ffffe0; /* lightyellow */
	}

/* centers div @650px wide */
div.center {
	margin: auto;
	width: 650px;
	/* border: 1px solid black */
	}

/* main page heading */
h1 {
  color: black;        /* black */
  font-size: 2em;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px
  }

h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: left
  }  

p {font-size: 1em;
   }

p.body {                  /* body text class */
  text-align: justify;
  text-indent: 16px
  }
  
p.item {                  /* lecture part# and Title */
  font-size: 1em;
  text-align: left;
  font-weight: bold;
  text-indent: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  margin-right: 30px
  }

p.item-text {             /* lecture description */
  font-size: 1em;
  text-align: justify;
  text-indent: 16px;
  margin-top: 0px;
  margin-left: 60px;
  margin-right: 30px
  }

p.copyright {
  text-align: center;
  font-weight: bold;
  font-size: smaller
  }

hr {
  color: #c00000;
  background-color: #c00000;
  height: 1px;
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
	/*  noshade: noshade; noshade: solid; shade: solid; */
  border-style: solid;
  border-width: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul {
  list-style-type: disc;
  text-align: justify;
  text-indent: 0px;
  line-height: 100%;
}

ul.series {
  list-style-type: none;
  text-align: justify;
  text-indent: 0px;
  line-height: 150%;
}