p,body,li{
	font-family : sans-serif;
	font-size: 13px;
	color : white;
    margin-left : 20px;
}
.side01{
	font-family : sans-serif;
	font-size: 11px;
	color : #FFFAF0;
    text-align: right;
}
.signature{
	font-size: 11px;
	font-family : sans-serif;
	color : #6B728B;
}
.comment{
	font-size:9px;
	font-style:italic;
}
.header{
	font-size: 13px;
	font-family : sans-serif;
	color : #6B728B;
	text-transform : uppercase;
}
/* Headers */
h2{
	font-size:20px;
	font-weight : normal;
	font-style : italic;
	background-color: #2A2E68;
	color: #E6E6FA;
	text-align:right;
	padding-right : 40px;
}

h3{
	font-size:16px;
	font-weight : bold;
	font-style : normal;
	color: #E6E6FA;
	margin-top:0px;
	margin-bottom:15px;
	border-bottom-color : #F8F8FF;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}
h4{
	font-size:14px;
	font-weight : normal;
	font-style : normal;
	text-align:center;
	color: #E6E6FA;
	margin-top:0px;
	margin-bottom:0px;
}

/* Links */
a:link {
	color : #F5DEB3;
	font-weight:bold;
	text-decoration : none;
}
a:visited {
	color : #F5DEB3;
	font-weight:bold;
	text-decoration : none;
}
a:active {
	background-color : #A97616;
	color:black;
	font-weight:bold;
	text-decoration : none;
}
a:hover {
	color : #F5DEB3;
	font-weight:bold;
	text-decoration : underline;
}
