/*This is my by-hand style sheet*/

body 	{background-color:white;
    color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image: url(images/bg.gif);
	margin: 0em;
	z-index:0;

}
h1 	{font-size: 1.2em;
	text-align: center;
	font-style: italic;
	letter-spacing: .5em;
	color: white;
	background-color: green;
	line-height: 1.5em;
	position: relative;
	z-index:0;
}

h2 	{font-size: 1.1em;
	text-decoration: underline;
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
	z-index:0;
}

h3	{font-size: 1em;
	text-decoration: none;
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana, Arial, sans-serif;
	z-index:0;
	color: green;
	background-color: yellow;
	position: relative;
}
/*text-decoration values
underline 
overline 
line-through 
blink 
none */



p 	{font-size: 1em;
	line-height: 1.5em;
	margin: 1em;
	z-index:0;
	/*border: dashed #0000ff 2px;*/
}

p.blue	{font-size: 1em;
	line-height: 1.5em;
	margin: 1em;
	color: blue;
	z-index:0;
}

p.note	{font-size: .8em;
	text-align: center;
	color: gray;
	z-index:0;
}

p.footer{
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	border-top: 1px black solid;
	z-index:0;
}

/*a:link{background-color: rgb(241,244,210);*/

a:active {font-weight: bold;}


#header	{background-color: #ffffff;
	border-bottom: 1px black solid;
	margin-left: 0px;
	z-index:0;

}

#content {position: relative;
	width: 764px;
	z-index:0;
}

#navbar {position: absolute;
	top: -10px;
	left: 10px;
	width: 190px;
	line-height: 1.5em;
	font-size: .9em;
	margin-left:-15px;
}
a:hover {background-color: #27ff0f;
	text-decoration: italic;
}


#main-text {background-color: #ffffff;	
	margin-left: 198px;
	z-index:0;
}

p.centerall{
	text-align: center;
	z-index:0;
}


/*a:link {border: ridge}*/