/* ----------------------------------------------------------------- */
/* Custom */
/* ----------------------------------------------------------------- */
Html *
{
  	margin: 			0;
  	padding: 			0;
 	border:				0;
	border-collapse:	collapse;   
}

body
{
	font-family: Arial, Verdana, sans-serif;
	color: 		#706F87;
	font-size:          69%;
}


h1
{
	color: 				#2F2E4D;
	font-size:          160%;
	line-height:		1.2em;
	padding-top:		0.4em;
	padding-bottom:		0.7em;
	font-family:        Trebuchet MS, Arial, Helvetica, sans-serif;
	
}

h2
{
	color: 				#43416B;
	font-size:          140%;
	line-height:		1.2em;
	padding-top:		0.4em;
	padding-bottom:		0.7em;
	font-family:        Trebuchet MS, Arial, Helvetica, sans-serif;
}
h3
{
	color: 				#43416B;
	font-size:          130%;
	line-height:		1.2em;
	padding-top:		0.4em;
	padding-bottom:		0.7em;
	font-family:        Trebuchet MS, Arial, Helvetica, sans-serif;
}
h4
{
	color: 				#43416B;
	font-size:          120%;
	line-height:		1.2em;
	padding-top:		0.4em;
	padding-bottom:		0.7em;
	font-family:        Trebuchet MS, Arial, Helvetica, sans-serif;
}

h5
{
	color: 				#43416B;
	font-size:          110%;
	line-height:		1.2em;
	padding-top:		0.4em;
	padding-bottom:		0.7em;
	font-family:        Trebuchet MS, Arial, Helvetica, sans-serif;
}


a {
	color: 				#2F2E4D;

}

a:hover {
	background-color:	#F0EEEE;
}

ul	{
	padding-bottom:		0.9em;
	list-style:    square outside;
margin-left:3em;
}

li	{
	font-size:          110%;
 	line-height: 1.5em;

}

p	{
	font-family:        Arial, Helvetica, sans-serif;
 	line-height: 1.5em;
	padding-bottom:0.5em;
	font-size:          110%;

}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}