body {
	background-color: #000000;
	background-image:   url(images/bkg4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img.title{position:absolute;
	left: 212px;
}
h3{
	text-decoration: underline;
}
td.subscription {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #4E4284;
	font-size: medium;
}
.sidebar{
	position:absolute;
	left:8px;
	top: 110px;
	width:180px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.content {
	position:absolute;
	left:209px;
	top: 121px;
	width:62%;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #574A95;
	font-size: medium;
	padding-bottom:20px;
}
.icontent {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #574A95;
	font-size: medium;
	padding-bottom:20px;
	vertical-align: top;

}
.footer {
	font-family: "Times New Roman", Times, serif;
	color: #574A95;
	font-size: medium;
	right: 10px;
	bottom: 10px;
	vertical-align: bottom;
	text-align: right;


}
.host {
	position:absolute;
	left: 10px;
	bottom: 10px;
}

a.nav:link {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.nav:active {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
a.nav:visited {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
a.nav:hover {
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-size: medium;
	font-weight: normal;
	color: #574A95;
}

a:active {
	font-size: medium;
	font-weight: normal;
	color: #9F80FF;
	font-style: italic;
}
a:visited {
	font-size: medium;
	font-weight: normal;
	color: #574A95;
	font-style: italic;
}
a:hover {
	font-size: medium;
	font-weight: normal;
	color: #9F80FF;
}

