/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

body {
  background-color: #4d3824;
}
					
body {
  color: #340000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

#ca {
  background-image: url(../images/bg.gif);
  background-position: top;
  background-repeat: repeat-y;
}

.menu-link {
  font-size: 30px;
  font-weight: bold;
}

/* episode */

.e-title {
  font-size: 30px;
  font-weight: bold;
  color: #b20000;
  margin: 0;
  padding: 50px 0 10px 0;
}

.e-txt {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0 60px 5px 0;
}

/* /episode */

/* global links */

a:link {
	color: #b20000;
	text-decoration: underline;
}

a:visited {
	color: #b2009f;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* /global links */

/* CSS Document */
