a {
	text-decoration: none;
}

a, a:visited {
	color: Blue;
}

a:hover, a:active {
	color: Purple;
}

a.red, a.red:visited {
	color: Red;
}

a.red:hover, a.red:active {
	color: Purple;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	color: White;
	/* font-size:	10pt; */
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
	
div {
	margin: 0px;
	padding: 0px;
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 5px;
}
	
h1 {
	font-size: 1.6em;
}
	
h2 {
	font-size: 1.3em;
}
	
h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .6em;
}
	
img {
	border: 0px;
}

div.q-a {
	margin: 0px 10px;
}

p.q-a {
	margin-left: 24px;
	text-indent: -24px;
}

p.q-a:first-letter {
	font-size: 1.3em;
	font-weight: bold;
}

h1.large {
	font-size: 2em;
}

h1.larger {
	font-size: 3em;
}

