/*Elements: */
blockquote {
	font-family: serif;
	font-style: italic;
}

html {
	font-family: sans-serif;

	background-color: #000000;
	background-image: url(./twinklestar.gif);

	color: white;

	margin-left: 20px;
	margin-right:20px;
}

img {
	color: grey;
	font-style: italic;
}

time {
	font-weight: bold;
}

a { /*Modified DBG colours */
	color: red
}

a:active {
	color: green
}

a:link:active, a.:visited:active {
  color: green;
}

a:visited {
	color: hotpink
}

/*Classes */
.center {
	text-align: center;
}


