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

/* ページ全体のスタイル */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
<style type="text/css">
<!--
body,td,th {font-family: "Noto Sans JP", sans-serif;
}
        .style10 { font-size: 10px; }
        .style11 { font-size: 11px; }
        .style12 { font-size: 12px; }
		.style13 { font-size: 13px; }
        .style14 { font-size: 14px; }
        .style15 { font-size: 15px; }
        .style16 { font-size: 16px; }
		.style17 { font-size: 17px; }
        .style18 { font-size: 18px; }
		.style181 { font-size: 18px; line-height: 2; }
        .style20 { font-size: 20px; }
		.style201 { font-size: 20px; line-height: 2; }
}

/* 見出しのスタイル */
h1 {
    color: #333;
    text-align: center;
}

/* 段落のスタイル */
p {
    color: #666;
    padding: 10px;
}