BODY {background-color: white;
}

A:link {color: gray; 
	text-decoration: underline; 
	font-weight: bold;
	}

A:visited { color: gray;
	text-decoration: underline; 
	font-weight: bold;
	}

A:active {	color: gray; 
		text-decoration: underline; 
	font-weight: bold;
	}

A:hover {color: black; 
	text-decoration: underline; 
	font-weight: bold;
	}


.box1 {background-color: #dfcf00; }
.box2 {background-color: #b75320; }
.box3 {background-color: #efefef; }

h1 {	color: white;
	margin-top: .1em;
	margin-bottom: .1em;
	font-family: arial, helvetica, sans;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;}

h2 {	color: white;
	margin-top: .2em;
	margin-bottom: .2em;
	font-family: arial, helvetica, sans;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;}

h3 {	color: white;
	margin-top: .1em;
	margin-bottom: .1em;
	font-family: arial, helvetica, sans;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;}

.regular{color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: normal;
}

.regblock{color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: normal;
	text-align: justify;
}

.medtxt {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
	}
.medblock {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
	text-align: justify;
	}

.smltxt {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 60%;
	font-style: normal;
	}
.smlblock {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 60%;
	font-style: normal;
	text-align: justify;
	}

.navtxt {
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}

.other {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
}

.otherx {
	font-family: arial, helvetica, sans;
	font-size: 80%;
	font-style: normal;
}

.artist {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
.title {color: gray;
	font-family: arial, helvetica, sans;
	font-size: 100%;
	font-style: italic;
}

