/* The Style Sheet of My Document */
BODY {
	font: 12pt/15pt "‚l‚r ‚oƒSƒVƒbƒN";
	color: black;
}
H1 {
	font: 26pt/30pt Arial;
	color: teal;
}
H2 {
	font: bold 20pt/20pt "century gothic";
	color: teal;
}
P {
	font: 12pt/15pt "‚l‚r ‚o–¾’©";
	color: black;
}
TT {
	font: 16pt/80%;
	color: black;
}
.times {
	font-family: "times new roman"
}
.mincho {
	font-famiky: "‚l‚r ‚o–¾’©";
}
.gothic {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}
A:link {color: blue}
A:visited {color: navy; text-decoration: none}
A:active {color: red}
