@import url('layout.css');

*{

	padding: 0px;
	margin: 0px;

}

html{

	font-size: 62.5%;

}

body{

	background-color: black;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;

}

/* These specifications should prevent incorrectly font sizes due to inheritance */
table, th, td, li li, li p, td p, blockquote p {font-size:1em}
