BODY {
	background-color: #FF9900;
	color: #660000;
}
H1 {
	font-size: xx-large;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
H2 {
	font-size: x-large;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
H3 {
	font-size: large;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
P {
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
A {
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: underline;
}
A:link {
	color: #0033FF;
}
A:visited {
	color: #9933FF;
}
A:active {
	color: #FF3300;
}
A:hover{
	color: #FF3300;
}
HR {
	background-color: #660000;
	color: #660000;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

