/* File name: distance.css
   Date: 27 Nov 2008
   Validated CSS: 28 Nov 2008
*/

/* Defaults for all elements. */

body {
	background-color: #771144;
	background-repeat: no-repeat;
	color: #9999ee;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	margin: 10px 20px 20px 20px;
	text-decoration: none;
}

img {
    border: none;
}

blockquote {
	font-style: italic;
}

/* Headers */

h1, h2 {
	color: #bbbbff;
}

/* Links. */

a:link {
	color: #aaaaff;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: #bbbbff;
}

a.active {
	color: #bbbbff;
}

/* Text and image alignment. */

.left {
	width: 100%;
	text-align: left;
}

.right {
	text-align: right;
	float: right;
}

.center {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.small {
	font-size: 0.85em;
	font-weight: normal;
}
