/* ************************************* *
 *  Global CSS For http://esco.mine.nu/  *
 * ************************************* */

/* Defaults */

body {
	font-size: 93%;
	font-family: 'Bitstream Vera Sans', 'Luxi Sans', 'Lucida Sans Unicode', sans-serif;
	background-color: #fcfdfe;
	color: black;
	margin: 0;
	padding: 0;
}


/* Quotes */

blockquote {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 0em 1em 0em 1em;
	padding: 0em 1em 0em 1em;
}

blockquote cite:before {
	content: "-- ";
}

blockquote cite {
  margin-top: 0.5em;
  font-size: smaller;
	display: block;
	font-style: italic;
	text-align: right;
}

cite {
	font-size: 90%;
	font-style: normal;
}


/* Links */

a {
	color: #cc0000;
}

a img {
	border: none;
}

a:visited {
	color: #996666;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #cc0000;
	text-decoration: underline;
}


/* Acronyms */

acronym, abbr {
	cursor: help;
	font-size: 90%;
}
