
body {
	font: normal 12px Arial, sans-serif;
	color: #000;
	background-color: #333;
	margin: 0px;
}

/* LINKS */
/*********/

a {
	color: #700; 
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: line-through;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3 {
	font: normal 17px Georgia, serif;
	margin: 0 0 15px 0;
}
