@import "about_style.css";

/* ========================================== */
/* Typography - font-sizing. Do not adjust. */
/* ========================================== */

body, p, ul, li, td, ol, tr, th, td, table {
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.3em;
		font-size: x-small;					/* value for WinIE4/5 */
		voice-family: "\"}\"";				/* trick WinIE4/5 into thinking the rule is over */
		voice-family: inherit;				/* recover from trick */
		font-size: small;					/* intended value for better browsers */
}

/* ========================================== */
/* Body definitions. */
/* ========================================== */

body {
		color: #000000;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
}