/*
	styles.basic.css

	this files exists to set a standard for the way certain important tags are used throughout the site.
	in addition, for browsers that understand only minimal CSS, it only styles the tags of the page, to 
	allow very basic coloring.

*/

BODY { background: #FFF; }

H1, H2, H3, H4, H5, H6 { margin: 0; padding: 0; }
H1 { font-size: 120%; }
H2 { font-size: 110%; }
H3 { font-size: 100%; }
H4 { font-size: 90%; }
H5 { font-size: 80%; }
H6 { font-size: 75%; }

P { margin-top: 0; font-size: 75%; }

A { color: #53859F; }

FORM { margin: 0; padding: 0; }

.SectionMarker A { color: #333; }

