/* base styles */
/* reset */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,  
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1
	}

body {margin: 100px 100px 100px 100px; 
}

/* frame */

#frame {
	margin-left:50px;
	margin-right:50px;
	text-align:left;
	width:1000px
	background-color:#ffffff;
	height: 146px;
	margin-top: 25px;
}

/* 1 column */

.column1 {
	width:auto;
	background-color:#ffffff;
	padding:40px;
	min-height:1000px;
	}

h1{ color: blue; }
h2{ color: #F3056B; }
h2.italic { font-style:italic; }
h3,h4,h5,h6,p,strong  { color: #000000; }

h1,h2,h3,h4 { font-weight: bold; }

h1{ font-family: Algerian, decorative, serif; }
h2{ font-family: "Brush Script MT", script, serif; }
h3,h4,h5,h6 { font-family: Century, roman, serif; }

h1 		{ line-height: 30px; }
h2 		{ line-height: 25px; }
h3 		{ line-height: 25px; }
h4 		{ line-height: 21px; }
h5	 	{ line-height: 20px; }
h6 		{ line-height: 20px; }



h1,h2,h3,h4,h5,h6 { 	margin-top: 12px;
						margin-bottom: 12px; 
						margin-left:100px;
						margin-right: 100px;
						text-align:center}
					
h1 { font-size: 22px; }
h2 { font-size: 22px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

p.center {text-align:center}
p.half {line-height:20%}
p.tall {line-height:200%}

	
p { font-family: Century, roman, serif; }
	
p {	font-size: 18px; 
	margin-top:10px;
	margin-bottom:10px;
	line-height: 22px;
	margin-left: 20px;
	margin-right:20px; }
						}
						
<style type="text/css">
A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
</style>


