/*General CSS specs for koneko.org site */

body {  background: #336699 }
p {  font: 13px "Century Gothic", Verdana, Helvetica, sans-serif; color: #FFFFFF}
a:link {
	color: #CCCCFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:active {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	background: #330066;
	text-decoration: none;
}
.mainsize {
	font: 15px "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: center;
}
.copyright {
	font: 9px "Century Gothic";
	color: #99CCFF;
	text-align: center;
}
h1 {
	font: bold 24px "Century Gothic", Verdana, Helvetica, sans-serif;
}
