body {
    font-family: arial;
    font-size: 11pt;
    background-color:#ffffe0; 
}

a:link, a:visited, a:hover { color:blue }
table {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #aaaaaa;
}

td {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #aaaaaa;
    padding: 2px;
    font-family: Verdana,Arial;
    font-size: 8pt;
}

div#main{
 margin-left:  auto;
 margin-right:  auto;
 text-align: left;
 width: 750px;
 border: 1px solid black;
 background-color:#ffffff; 

}

div#ttl{
font-weight: bold;
 color: white;
 text-align: center;
 background-color: navy;
 padding: 5px;
}

div#set1{
text-align: left;
 padding: 10px;

}

div#set2{
  border: dotted;
  text-align: center;
  width: 80%;
  font-size:20px;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

.style3 {
	color: #FF0000;
	font-weight: bold;
}

