HTML {
	background-color: #DFD3E2;
}

.wrap {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	background: #DFD3E2;
}

.footer1 P {
	font-family: 'Filipa';
	font-weight: 800;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
}

.footer2 P {
	font-family: 'Filipa';
	font-weight: 800;
	font-size: 18px;
	text-indent: 0px;
	text-align: left;
}

H1 {
	font-family: 'Felipa', cursive;
	text-align: center;
}

A:link{
	text-decoration: none;
}

IMG {
	vertical-align: middle;
	border-radius: none;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
	display: inline-block;
}
ASIDE {
	width: 200px;
	float: left;	
	background: #DFD3E2;
	font-family: 'Merriweather', serif;
}

ASIDE A {
	text-decoration: none;
	color: black;
}

ASIDE .sub {
	font-size: 85%;
	margin-left: 15px;
}

.content {
	width: 800px;
	float: left;
	background: #DFD3E2;
	font-family: 'Felipa', cursive;
	font-weight: 800;
	font-size: 24px;
	text-indent: 15px;
}

.content BLOCKQUOTE {
	font-family: 'Felipa', cursive;
	font-style: italic;
	font-size: 100%;
	color: #89288f;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #89288f;
	color: #DFD3E2;
	text-align: left;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.logoback {
	background-image: url('../i/backvine.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}

.logoback P {
	margin: 25px 75px;
}

.logoback TABLE {
	margin: 25px 75px;
	max-width: 100%;
	table-layout: fixed;
}

.title {
	margin: 25px 75px;
}

.signature {
	font-family: 'Felipa', cursive;
	color: #89288f; 
}

TR:hover {
	background-color:#CFC3D2
}