@charset "utf-8";
/* CSS Document */
body{
	font-family: Times, serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffcc;
	text-align: justify;
}


/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #663;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #634A1B;
}
h3 {font-size: 15px;
font-weight: bold;
	color: #993333;
}	