body {
	background-color: #FFFFFF;
	color           : #666666;
	font-size	: small;
}

div.footer {
	border-top  : #000088 1px dotted;
	margin-top  : 20px;
	padding-top : 5px;
	text-align  : right;
	font-size   : 80%;
	font-style  : italic;
}

hr {
	color : #666666;
}

pre {
	border-top      : #999999 1px solid;
        border-right    : #999999 1px solid;
        border-bottom   : #999999 1px solid;
        border-left     : #ff6347 5px solid;
	padding         : 4px;
	margin-left     : 20px;
	overflow        : auto;
	width	        : 90%;
        background-color:#ffffcc;
}

blockquote {
	border-top       : #999999 1px solid;
        border-right     : #999999 1px solid;
        border-bottom    : #999999 1px solid;
        border-left      : #48D1CC 5px solid ;
	padding          : 4px;
	margin-left      : 20px;
	width	         : 90%;
	font-style       : italic;
	background-color : #ffffcc;
}

blockquote p {
	margin      : 10px;
}

h1 {
	text-align       : left;
	background-color : #FFFFFF;
	color		 : #FF6347;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}


h2 {
	background-color : #48D1CC;
	color            : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding-left     : 4pt;
	margin-bottom    : 5px;
}

h3 {
	background-color : #FFFFFF;
	border-left      : #FF6347 10px solid;
	border-top       : #FF6347 5px solid;
	border-right     : #FF6347 1px solid;
	border-bottom    : #FF6347 1px solid;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding-left     : 4pt;
	margin-bottom    : 5px;
}

h4 {
	background-color : #48D1CC;
	color	      : #FFFFFF;
	border-left   : #48D1CC 16px solid;
	padding-left  : 4px;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	margin-bottom : 5px;
}

h5 {
	background-color : #FF6347;
	color            : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding-left     : 18pt;
	margin-bottom    : 5px;
}

h6 {
	background-color : #FFFFFF;
	border-left      : #48D1CC 26px solid;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding-left     : 4pt;
	margin-bottom    : 5px;
}

div.body {
	padding-left : 5px;
	color	: #888888;
}

div.body p {
	text-indent   : 10px;
	line-height   : 120%;
	margin-top    : 10px;
	margin-bottom : 20px;
}

div.body blockquote p {
	margin-top     : 0px;
	margin-bottom  : 0px;
	text-indent    : 0px;
}

table {
	border : #888888 2px solid;
}

th {
	border : #888888 1px solid;
	background-color : #48D1CC;
	color		 : #FFFFFF;
}

td {
	border : #888888 1px solid;
}

a:link { 
	color		: #48D1CC;
	text-decoration	: none;
}

a:visited {
	color		: #48D1CC;
	text-decoration	: none;
}

a:hover {
	color           : #FF6347;
	text-decoration : underline;
}

a:active {
	color           : #48D1CC;
	text-decoration : underline;
}

dt {
	border-bottom : #4444FF 1px dotted;
	margin-bottom : 5px;
	font-weight   : bold;
}

dd {
	margin-left   : 20pt;
	margin-bottom : 5pt;
}

div.main {
	margin-left   : 150px;
}

p strong {
        color         : #FF0000;
}

li strong {
        color         : #FF0000;
}

label {
        font-family   : monospace;
}

h2.perldoc {
	color            : #48D1CC;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding-left     : 4pt;
	margin-bottom    : 5px;
}
