/*
//  ######                             
//  #     # ######  ####  ###### ##### 
//  #     # #      #      #        #   
//  ######  #####   ####  #####    #   
//  #   #   #           # #        #   
//  #    #  #      #    # #        #   
//  #     # ######  ####  ######   #  
*/

/*  CLEARING THE BOOKS  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/*  REWRITING THE LAW  */

html, body {
	height: 100%;	
	}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 190%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }

big { font-size: 110%; }
small { font-size: 90%; }
strong { font-weight: bold; }
em { font-style: italic; }

a {
	color: #087da2;
	text-decoration: none;
	}

a:hover,
a:focus {
	color: #087da2;
	text-decoration: underline;
	}

p, hr, ul, ol, h1, h2, h3 {
	padding: 10px 0;
	}

p {
	line-height: 1.3em;
	}

ul {
	list-style: disc outside;
	margin-left: 20px;
	}
	
	ul ul {
		list-style: circle outside;
		margin: 0 0 0 20px;
		}	


sup {
	font-size: 75%;
	vertical-align: super;
	padding-top: 2px;
	}

sub {
	font-size: 75%;
	vertical-align: sub;
	padding-top: 2px;
	}
				
hr {
	height: 1px;
	margin: 8px 0;
	background: #b6a47e;
	}
	table td {
		padding: 10px;
		}