﻿
html {
	-webkit-text-size-adjust: none;
	text-align: justify;
	vertical-align: top;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold
}

body {
	max-width: 800px;
	margin: auto;
	padding: 10px;
}

p, li, h1, h2, h3 {
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}

table {
	width: 100%;
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}

th, td {
	text-align: justify;
	font-weight: bold;
}

.img-with-text {
	text-align: justify;
	font-weight: bold;
	width: 800px;
	max-width:100%;
	max-height:100%;
	border-collapse: collapse;
	height:auto;
}

/* Picture resizeable */

.img-with-text img {
	display: block;
	margin: 0 auto;
	max-width:100%;
	max-height:100%;
	border-collapse: collapse;
	height:auto;
}

/* Titles and Headers */

.title1 {
	font-family: Times;
	font-size:175%;
}

.title2 {
	font-family: Times;
	font-size:125%;
}

.head1 {
	text-align: justify;
	font-family: Verdana;
	font-size:150%;
	margin: 20px 0px;
}

.head2 {
	text-align: justify;
	font-family: Georgia;
	font-size:125%;
	margin: 20px 0px;
}

.head3 {
	text-align: justify;
	font-family: Georgia;
	font-size:100%;
	text-decoration: underline;
	margin: 20px 0px;
}

.caption {
	text-align: left;
	font-family: Calibri;
	font-size:100%;
}
