﻿#middle{
	height: 400px;
}

.textWrap{
	margin: 10px;
	float: right;
}


#emphasis{
	font-weight:bold;
	font-style:italic;
	color: darkolivegreen;
}

#bottom{
	color: white;
	text-align: center;
	font-size: 18px;
}


a {
	color: red;
}