/* DESIGN ELEMENTS */
/* links */
BODY{
	text-align: center;
}
DIV#wholepage
	{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
DIV#canvas{
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 1000px;
	text-align: left;
	background: #D6DDE0;
	z-index: 1;
}
DIV.graphic{
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	height: 1000px;
	width: 100%;
	z-index: -1;
}
DIV.graphic2{
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	height: 1300px;
	width: 100%;
	z-index: -1;
}
DIV.content{
	margin: 0 auto;
	position: relative;
	top: 0px;
	text-align: left;
	height: 100%;
	width: 100%;
	z-index: 2;
}
    <TITLE>Heading Styles</TITLE>

    <STYLE TYPE="text/css">

        H1 {color: #330066; font-size: large; font-weight: bold; font-family: sans-serif}

        H2 {color: #330066; font-size: large; font-weight: bold; font-family: sans-serif}

        H3 {color: #330066; font-size: large; font-style: oblique; font-weight: bold; font-family: sans-serif}

    </STYLE>