@charset "UTF-8";
/* CSS Document */

.ryanmcclelland {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
}
#nav {
	vertical-align: top;
}
#nav li {
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 105%;
}
.menuhi {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 110%;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Courier, monospace;
	font-size: x-small;
	line-height: 130%;
	color: #000000;
}
.caption {
	font-size: 90%
}
