body{
	font-family: Arial,sans-serif;
	color: #FFCC66;
	margin: 8px;
	padding: 0px;
	background-color: #000066;
	background-image: url(../images/bkgrd_goldstripe2.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFCC33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
}
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #FFCC66;
	text-decoration: underline;
	font-size: 14px;
}
a:visited{
	color: #FFCC66;
	text-decoration: none;
	font-size: 14px;
}
a:hover{
	text-decoration: underline;
}
