.quote {
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

.body {
	font-family: georgia;
	padding-left: 3em;
	padding-bottom: .8em;
	position: relative;
	text-indent: 2em;
}

.aside{
background-color: #ffe;
}

#container{
	position: relative;
	width: 40em; /* width + border for IE 5.x */
	margin: auto;
}

#containerHome {
float:right;
}

#linkBox, #linkBar, .homeBox {
clear: both;
background-color: #ffe;
padding: 1em;
margin: 1em;
z-index: 1;
}

.homeBox, #linkBox {
width: 25em;
}

#linkBox {
float: right;
}

#linkBar {
width: 90%;
position: relative; 
top: 10em;
}

a.linkOne {
color: #38606C;
font-weight: bold;
text-decoration: underline;
}

a.linkTwo {
color: #E34F42;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

a.linkThree {
color: #D82555;
font-weight: bold;
font-style: italic;
font-size: 1.2em;
text-decoration: underline;
}

.homeLogos {
padding: 1em;
}

a img {
	border-right: 0em; 
	border-bottom: .4em double;
	border-left: 0em;
	border-top: 0em;
}

a:link, a:visited {
text-decoration: none;
}

a img:hover, a:hover {
border-bottom-style: solid;
border-width: .3em;
}
