/* style.css - SRFAI style sheet */
body {

	margin-left: 12%; margin-right: 10%;
	color: black; background: white;
	body { font-family: Ariel; }
	p  { font-family: sans-serif; }
	h1 { font-size: 200%; }
	h2 { font-size: 150%; }
	h3 { font-size: 100%; }
	h1, h2, h3 { font-family: sans-serif; }
	
}
table {

	margin-left: 22%;
	font-family: sans-serif;
	background: yellow;
	border-width; 2;
	border-color: white;
}
th { font-family: sans-serif; background: rgb(204, 204, 153) }
td { font-family: sans-serif; align="center"; background: rgb(255, 255, 153) }
