/* General Look-n-Feel for rixon's pages. */
body {
	color: white;
	background: black;
	margin-left: 10%;
	margin-right: 10%;
	font-family: Verdana, sans-serif;
}


/* Normally you want to set the font-family as follows:
 * h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }
 */
h1 {
	margin-left: -8%;
	font-family: Garamond, "Times New Roman", serif;
}
h2 {
	font-size: 150%;
	margin-top: 8em;
	margin-bottom: 3em;
	font-family: cursive;
}
h2.attention {
	margin-top: 10em;
	margin-bottom: 5em;
}
h3 {
	text-transform: lowercase;
	font-family: fantasy;
}

h4,h5,h6 {
	margin-left: -4%;
	font-family: sans-serif;
}
pre {
	margin-left: 10%;
	font-family: monospace;
}
p {
	text-indent: 2em;
	margin-top: 1;
	margin-bottom: 0;
}
em.bold {
	font-style: italic;
	font-weight: bold;
}
strong.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}
