﻿body      { background-color: LightSteelBlue }

h1        { font-family: "Comic Sans MS", 平成明朝,sans-serif;
            background: LightSteelBlue }

h2        { font-weight: bold;
            font-family: "Comic Sans MS", sans-serif }

h3        { font-weight: bold;
            font-family: "Comic Sans MS", sans-serif }

h4        { font-weight: bold;
            font-family: "Comic Sans MS", sans-serif }

li        { margin-left: 1em;
            font-weight: bold }

p         { border-top: 10px solid DarkSlateGray}

table     { border: 5px inset Navy }

caption   { font-weight: bold;
            background-color: LightSlateGray }

th        { background-color: DarkSeaGreen;
            border: 1px solid Navy;
            text-align: center;
            font-weight: bold;
            font-family: "Comic Sans MS", sans-serif }

td        { background-color: LightGrey;
            border: 1px solid Navy;
            text-align: center;
            font-weight: bold;
            font-family: "Comic Sans MS", sans-serif }

a:link    { color: Navy;
            font-weight: bold }

a:visited { color: Dark Red;
            font-weight: bold }

//a:hover   { text-decoration: underline overline;
            background-color: White }

input     { font-weight: bold }

font      { color: Crimson;
            text-decoration: underline }

br.print  { page-break-after: always;}

u		  { color: brown}

