body {
	color: #6CA6CD;
	background-color : #29234F;
	background: url(bg.png) fixed;
	font-family : arial, helvetica, sans-serif;
	font-size : 1em;
	text-align: left;
	line-height: 25px;
}


a {
	color: #6CA6CD;
	text-decoration : underline;
}

a:link {
	color: #6CA6CD;
	text-decoration : underline;
}


a:hover {
	color: #E9C2A6;
	text-decoration : none;
	border-bottom: 1px solid #CD5C5C;
	border-top: 1px solid #CD5C5C;
	margin-bottom: .2em;
}

a:active {
	color: #066199;
	text-decoration: none;
}


.subject {
	color: #29234F;
	background-color: #57A6CD;
}

.container1 {
	width:250px;
	background-color:#6CA6CD;
	color:#29234F;
	background-position: left;
	float: left;
	border: thick double #E9C2A6;
	padding: 5px;
}

.container2 {
	width:250px;
	background-color:#6CA6CD;
	color:#29234F;
	float: right;
	border: thick double #CD5C5C;
	padding: 5px;
}
