a:link, a:visited, v:link
{
	color: #D2691E; 
}

a:hover 
{
	background: #660066;
	color: white;
}
body
{
	background-color: #EFE8F7;
	border-left : 60px solid #82557A;
	padding-left: 2%; padding-top: 2%; padding-right: 2%;
	margin-left: 0px; margin-top: 0px; margin-bottom: 0px;
}
table
{

}
h1, h2, h3, h4, h5, h6, body, p 
{
	font-family: Arial, Helvetica;
	font-style : normal;
}

h1, h2
{
	background-color : #82557A;
	color: #FFEC80;
	font-weight : bolder;
	text-indent : 50px;	
	border: white thin solid;
	border-bottom: dashed orange 3px;
	border-left: solid #FF8C00 10px;
}

h3, h4
{
	background-color : White;
	color : #D2691E;
	font-weight : bolder;
	text-indent : 50px;	
}


h1
{
	font-size : xx-large;
	border-bottom: dashed medium orange;
}
h2
{
	font-size : x-large;
	margin-left: 10%;
}
h3
{
	border: #884884 3px solid;
	border-top: dotted 2px; border-left: dotted 2px;
	margin-left: 12%;
}
h4
{
	margin-left: 14%;	
}
h5, h6 
{
	font-size: 12pt;
}

h6
{
	background: #735582;
	color: white;	
	float: left; 
	width: 40%;
	margin-bottom: 3px;
	padding: 5px;
	vertical-align: top;
}

p{
	margin-top: auto;
}

.circle{
	border: solid #735582 thin;
	padding: 5px;
}

.fr {	float: right;}
.fl {	float: left;}
.fr, .fl { margin: 8px;
}
.links a {
	font-size: 180%; border: solid 2px #FFA500;
	text-decoration: none;
}
.links li {
	line-height: 250%;
}
