@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}
body, td, h4 {
	font-size: 10px;
}

a { color: #d685b4; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h4, p { margin-top: 0; margin-bottom: 14px; }

q:before, q:after { content: ""; }
q {
	font-style: italic;
}
