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

body {
	margin: 0px;
}
p {
	font-family: "Myriad Pro", "Trebuchet MS";
	font-size: 14px;
	color: #FFCC66;
}
.copyright {
	font-family: "Myriad Pro", "Trebuchet MS";
	font-size: 10px;
	color: #FFCC66;
}
.thumbnail {
	margin: 10px;
}
a:link {
	color: #FFCC66;
	text-decoration: underline;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #FFCC33;
}
a:visited {
	color: #FFCC66;
	text-decoration: underline;
}
