/* base style */
body
{
	background-color: plum;
	color: black;
	margin-left: 0%;
	width: 100%;
}
body > table
{
	width: 100%;
}
iframe
{
	border: 0px;
}
div > table
{
	text-align: center;
}
thead
{
	font-weight: bold;
	margin-bottom: 3pt;
}
td
{
	vertical-align: top;
}
td.menu
{
	width: 200pt;
}
td > h1
{
	background-color: mediumorchid;
	margin: 20px 10%;
	padding: 0 10px;
	border: ridge 2pt indigo;
}
div
{
	background-color: whitesmoke;
	margin: 20px 10%;
	padding: 3px 3px;
	border: ridge 2pt indigo;
}
div > p, div > h1, div > h2
{
	padding : 0 10px;
}

/* paragraph style */
p.title
{
	font-size: x-large;
}
p.title > strong
{
	font-weight: bold;
	font-size: larger;
}
p.title > em
{
	font-style: italic;
}

p.news
{
	background-color: lavender;
	margin: 10px 10%;
	border: ridge 2pt midnightblue;
}
p.topillust
{
	text-align: center;
}

p.footer
{
	text-align: center;
}

/* tag style */
h1
{
	font-weight: bold;
	font-size: large;
}
h2
{
	font-weight: bold;
	font-size: medium;
}

strong.input
{
	font-weight: bold;
	color: red;
	font-size: larger;
}

strong.contents
{
	font-weight: bold;
	color: indigo;
	font-size: medium;
}

img
{
	border: 0pt;
}

a:link
{
	color: indigo;
	border: 0pt;
	text-decoration: underline;
}
a:visited
{
	color: indigo;
	border: 0pt;
	text-decoration: none;
}
