body {
	padding-top: 2em;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    }

img {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    }

a:link {
	text-decoration:none;
	color:#CC6600;
	font-style: normal;
}
a:visited { text-decoration:none; color:#993300}
a:active { text-decoration:none; color:blue }
a:hover { text-decoration:underline; color:red }

/* ul, ol, dl, p { text-align: justify } */
