body {
	margin: 0;
	line-height: 150%;
font-family: sans-serif;
color: #494949;
font-size: 90%;
}

td {
vertical-align: top;
}

a:link, a:visited, a:active {
text-decoration: none;
color: #dd7a14;
background-color: white;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
hr {
	color: #336699;
	height: 1px;
}

.subtitle {
   display:block;
   font-size: 120%;
font-weight: bold;
margin-bottom: 10px;
color: #336699;
}
li{
   list-style-image: url("bullet.png");
}

.backtotop {
   display:block;
   text-align: right;
   margin-bottom: 30px;
   border-bottom-color: #fde8d2;
   border-bottom-style: solid;
   border-bottom-width: 2px;

}

b {
font-weight: bold;
}

.everylife {
  font-weight: bold;
  color: #336699;
}

.quote {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 400px;
font-weight: bold;
}

.successbox {
display: block;
border-style: solid;
border-width: 2px;
border-color: #fde8d2;
margin-bottom: 10px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-bottom: 10px;
width: 500px;
}



