/* author: J Roberts */
/* creation date: 01/09/2000 */
/*add to basic styles for margins on pages with no frames or tables*/
h1,h3 { margin : 0%; }

h2,h4,h5,h6 { margin-left :  10%; margin-right :  10%;}

strong { color : #8B4513; background : White; font : bold; }

body { margin-left :  10%; margin-right :  10%; }

A:link { color : #008000; }

A:visited {
	color: Teal;
}

A:active { color : #ff0000; }

A:hover { background : #87CEFA; }

