﻿/*The next line helps pages load smoothly especially on cell phones.*/
document.addEventListener('touchstart', onTouchStart, {passive: true});

/***** Global Settings *****/

html, body {
border:0;
margin: 0 3px; /*--top and bottom = 0 | right and left = 3px --*/
padding:0;
}

body {
font-size: 100%; 
background-color: #E4E1CD;
} /* font-size: 100%  set 1em = 16px; this is needed for IE */

img {
vertical-align: middle;
border:0;
max-width:80%; 
height:auto;
margin:3px; 
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
font-weight:normal;
}

h1 {
padding:5px 2px;
font-size: 2.4em;
text-align: center; 
font-weight:bold; 
color: #B90000; 
} /* sets font size 1.4 times 1em */

h2 {
padding:3px 2px;
font-size: 1.2em;
text-align: center; 
font-weight:bold; 
color: #007600; 
} /* sets font size 1.2 times 1em */

h3 {
padding:3px 2px;
font-weight:bold;
text-align: center; 
color: #000080; 
font-size: 1.1em;
} /* sets font size 1.1 times 1em */

H4 {margin: 0;
padding:2px;
color: #B70052; 
font-weight:bold; 
font-style: italic; 
font-size: 1.05em;
} 

H5 {margin: 0;
padding:2px;
font-weight:bold; 
font-size: 1em;
} 

H6 
{padding:2px;
color: #3E1F00;
font-size:1.1em;
font-weight:bold; 
background-color: #57bebf;   /* #33afa8; #b8f2ff;*/
border: 2px solid #0000ff; /* Blue */
border-radius: 4px;
text-align: center;
text-decoration: none;
margin: 5px;
}
/***** Common Formatting *****/

p, ul, ol {
margin: 0;
color: #3E1F00;
padding:3px 0;
font-size: 1em;
} /* font-size: 1em would set font size to 1em */

blockquote {
margin: 5px 10px;
color: #3E1F00;
font-size: .9em;
}

dd {
margin: 10px 0;
border:0;
padding:5px 0 5px 0;
font-size: .9em;}

/***** Links *****/

A:link {color: #0000FF}

A:visited {color: #007600}

A:active {color: #C10000}

A:hover {color: #C10000}



table {
	margin-left: 3px;
	margin-right:3px;
	margin-bottom:2px;
	margin-top:2px;	
	font-weight:bold; 
}
th, td {
	padding: 3px;
	text-align: center;
	font-size: 1em;
}