@charset "UTF-8";
/* Copyright 2009 Chase Moskal */

a {
	color: #4444FF;
	text-decoration: none;
}
a:hover {
	color: #FF2200;
	text-decoration: underline;
}

.big {
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}

.tiny {
	font-size: x-small;
	color: #505050;
}