/*
	Myths Homepage
	/myths/index.html
	media: screen
*/

* {
	padding: 0;
	margin: 0;
}

table {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

body {
	background-color: #fbfafa;
}

dt {
	font-family: Georgia, Times, serif;
}

dt a {
	text-decoration: none;
}
dt a:link, dt a:visited {
	color: #663300
}
dt a:hover {
	color: #996600; text-decoration: underline;
}

.fakelink {
	color: #666666 
}

dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.5em;
}

/*
	sizes
*/

dt {
	font-size: large;
}
dd {
	font-size: small;
}

#Copyright, #Valid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 0.5em;
}
