* {
margin: 0;
padding: 0;
}

img {
margin: 0;
padding: 0;
}


body {
  font-family: Georgia, Times New Roman, Times, serif;
	color: #663333;
	background-color: #FFCCCC;
	margin-left: 3em;
}

a:link {
	color: #996666;
	text-decoration: none;
}
a:visited {
	color: #6600FF;
	text-decoration: none;
}
a:hover {
	color: #996666;
	text-decoration: none;
}
a:active {
	color: #1A50B8;
	text-decoration: none;
}

div.definition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 1.2em 0em 1.2em 1em;
	background: #CC9999;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin: 1.2em 0em 1.2em 1em;
}

h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 1.2em 0em 1.2em 1em;

}

h3 {

        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 1.2em 0em 1.2em 1em;
}

h4 {

        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 1.2em 0em 1.2em 1em;
}


p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 2em;
	}

ol, ul, li {
	list-style: none;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 5em; 
}

table.navbar {
	margin-top: -.2em;
}

td {
  font-family: Georgia, Times New Roman, Times, serif;
}

th {
	font-family: Georgia, Times New Roman, Times, serif;
}

.quotation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 5em;
	}
