﻿@charset "utf-8";

.header{
	padding:20px
	margin:0px;
	text-align:center;
}

.footer{
	padding:20px
	margin:0px;
	text-align:center;
}

.resizeimage img {
	width: 100%;
	max-width: 600px;
}

body{
	background:rgb(204,238,102);
	font-family: sans-serif;
}

table {
	max-width: 600px;
}

a:visited { color: #cc6600 ; }
a:link { color: #0000ee ; }

h1{
	font-size:180%;
	font-weight:normal;
}

h2{
	font-size:100%;
	font-weight:normal;
	text-align:left;
	margin:2px 0px;
}

h3{
	font-size:120%;
	font-weight:normal;
	text-align:center;
	margin:15px 0px;
}

h4{
	font-size:100%;
	font-weight:normal;
	padding-bottom:5px;
}

h5{
	font-size:100%;
	font-weight:normal;
	margin:10px 0px;
}

h6{
	font-size:80%;
	font-weight:normal;
	margin:10px 0px;
}

