/* Ropecon 2002: base stylesheet for all media */

body {
	color: #000000;
	background-color: #ffffff;
}

a:link {
	color: #006e83;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #006e83;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #006e83;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #006e83;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border: none;
}

.inline {
	display: inline;
}

p {
	padding-left: 1em;
}

.nonfinal {
	color: #777777;
}

.shaded {
	background: #e0e0e0;
}

.strongtext {
	font-weight: bold;
}

.framed {
	padding: 0.5em;
	margin: 0.5em;
}
