/* Common settings */

/*a,body,h1,h2,h3,h4,h5,p,ul {
	font-family: sans-serif;
	} */
	
a:link,a:visited {
	color: blue;
	text-decoration:none;
	}

a:hover {
	color: blue;
	text-decoration:underline}

body {
	background: white; 
	color: black;
	margin-left: 11%;
	margin-right: 11%;
	text-align: justify; }

h1,h2 {
	background: teal;
	border-color:white;
	border: inset;
	border-width: thin;
	color: white;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	text-align: center;
	}

h1 {
	margin-left: -7%;
	margin-right: -7%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}

h2 {
	margin-left: -1%;
	margin-right: -1%;
	}

img {
	border: none
	}

p {
	text-indent: 1em; }

