a:hover{
 color: #330000;
 background-color: #9999ff;
}
a:link{ color: #000088; text-decoration:none;  }
a:visited{ color: #222288; text-decoration:none;  }
a:active{  color: #0000CC; text-decoration:none;  }

ul{
	list-style: disc;
	line-height: 1.7em;
}

ul ul{
	list-style: circle;
	line-height: 1.2em;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #f4fff3;
	color: #000033;
}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

.10pt           { line-height: 120%; font-size: 10pt }
.11pt           { line-height: 120%; font-size: 11pt }
.12pt           { line-height: 120%; font-size: 12pt }
.13pt           { line-height: 120%; font-size: 13pt }
.td10           { line-height: 120%; font-size: 10pt }
.td11           { line-height: 120%; font-size: 11pt }
.td12           { line-height: 130%; font-size: 12pt }

div#main{
	margin-top: 30px;
	margin-left: 30px;
	width: 600px;
	line-height: 130%;
}

div#foot{
	font-size: 8pt;
}

div#bigskip{
	margin: 1.2em;
}


h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}

span#pt1{ color: rgb(230,170,0); }
span#pt2{ color: rgb(100,0,220); }
span#pt3{ color: rgb(50,100,170); }

#kakomi1{
  -moz-border-radius: 20px;
  border: 2px solid #bbdd99;
  background-color: #ffffee;
  padding: 1em;
  margin: 1.5em;
  width: 80%;
  font-size: 10pt;
}

#kakomi2{
  -moz-border-radius: 20px;
  border: 3px solid #6699bb;
  padding: 1em;
  margin: 1em;
  width: 90%;
  font-size: 11pt;
}

#kakomi3{
#  -moz-border-radius: 20px;
  border-left:  2px dotted #ff9999;
  border-right: 2px dotted #ff9999;
  padding: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 2em;
  text-align: center;
}

h1{
	font-size: 16pt;
	color: rgb(20,10,20);
}

h2{
	margin-top: 2em;
	font-size: 14pt;
	color: rgb(120,74,0);
	border-bottom:  3px solid #ddaaff;
	padding-bottom: 0.2em;
}

h3
{
	margin-top: 1.5em;
	margin-left: 0.5em;
	font-size: 13pt;
	color: rgb(80,40,60);
	border-bottom:  2px dotted #aaaaff;
	padding-bottom: 0.2em;
}

h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}