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

h1 {
	font-size: x-large;
	color: #FF0000;
}
.txt_title {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.navy {
	color: #000066;
}
.cyan {
	color: #0092FF;
}
.slogan {
	font-size: 90%;
	font-style: italic;
	color: #0092FF;
}
