
Body {background: white;
	color: black;}
Body.home {background: black;
	color: white}

A:link {color: red;}
A:visited {color: blue;}
A:active {color: green;}

h1 {color: black}
h1.home {color: white;}
h1.head {color: #FF4500;
	 font-size: 48;}

h2 {color: black}
h2.home {color: white;}


h3 {color: black}
h3.home {color: white;}	

p.i {text-indent: .5in;}


