/*  
	Palette:
	
	SkyBlue: 41708b 6ca6cd 7ec0ee 87ceff d6edfc hue: 201
	Tan: 8b512b cd852f ee9a49 ffa54f fce1c9 hue:23 
*/

td { 
	background-color: #dddddd
}
td.sidebar { 
	background-color: #666666;
	width: 10px;
}
table { 
	background-color: #eeeeee;
}
body { 
	background-color: #b3b492;
	color: black;
	font-family: sans-serif; 
}
h1 {
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 160%;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}

hr {
	height: 5px ;
	background-color: #ffa54f;
}

/* p { width: 500px; } */

a { text-decoration: underline; }
a:link { color: #7a7c48; }
a:active { color: gray; }
a:visited { color: gray; }
a:hover { background-color: #dddebc;
	color: black;
