html {
	font-size: 100.01%; /* Correct font related browserbugs in IE, Opera and Safari. */
}
body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	text-align: center;
	background: #E1E1E1;
}
ul,li,h2,h3,p,object {
    padding: 0;
    margin: 0;
}
h2 {
	line-height: 2em;
	color: #D22527;
}
h3,p {
	line-height: 1.4em;
}
a {
	text-decoration: none;
	font-weight: 700;
	letter-spacing: .1em;
	color: inherit;	
}
/* Podcast */
#podcast {
	margin: auto;
	width: 27em;
	text-align: left;
}
#podcast h2 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 1em; /* 16 x 1 = 16px */
	font-weight: 700;}
#podcast h3 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: .8em; /* 16 x 0.8 = 12px */
	font-weight: 700;}
#podcast ul {
	list-style-type: none;
}
#podcast ul li {
	padding: .5em;
	margin: 0 0 .5em 0;
	background: #FEFEFE;
	border: 1px solid #666;
}
#podcast p {
	text-align: justify;
	font-size: .8em; /* 16 x 0.8 = 12px */
}
#podcast a:hover {
	color: #D22527;
}
			/* Social-Bookmarking */
			#sb {
				margin: auto;
				width: 27em;
				padding: .5em 0 1em 1em;
			}
/* Feedback */
.error {	
	text-transform: none;	
	letter-spacing: 0.01em;
	font-weight:normal;
	font-style: italic;
	color: #D22527;
}
