/*
		This is a style sheet test.
		Used a Go Live Example sheet, see notes
		
		a:link		{ color: teal } 
	a:visited	{ color: purple }
	a:hover		{ color: silver}
	a:active	{ color: red }
	
*/

	body		 { color: black; background-color:#f7fada;}
	p			{ }
	
	a			{ color: blue; text-decoration: underline } /*not sure what this line is for*/
	
	
	h1			{ font-weight: bold; font-size: 2em;	
					font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;	margin: 0.67em 0px }
	h2			{ font-weight: bold; font-size: 1.5em; 
					font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin: 0.3em 0px; 
					color: olive}
	h3			{ font-weight: bold; font-size: 1.17em; 
					font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;margin: 1em 0px }
	h4			{ font-weight: bold; margin: 1.33em 0px }
	h5			{ font-weight: bold; font-size: 0.83em; margin: 1.67em 0px }
	h6			{ font-weight: bold; font-size: 0.67em; margin: 2.33em 0px }
#text { font-size: small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; text-align: left; }
#text_big { font-size: x-large; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; text-align: left; }
#text_center { font-size: small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; text-align: center; }
#text_right { font-size: small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; text-align: right; }
#text_lab { color: #0bbc0b; font-size: small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; text-align: left; }
#subject { font-size: small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; }
#resource { font-size: x-small; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-position: 0 50%; }
#2button { color: #00f; font-size: large; background-position: 0 50%; }
#3button { color: red; font-size: large; background-position: 0 50%; }
#final { color: green; font-size: large; background-position: 0 50%; }
td { }
.barColor { background-color: #6868ff; }
.barColor copy { background-color: #6ae1cb; }
.barColorA { background-color: #e9eafd; }
.barColorB { background-color: #748ff2; }
.rowColor1 { background-color: #cbcdc9; }
.rowColor2 { background-color: #e2e2dd; }
.rowColor3 { background-color: #f2f2ee; }

