@import url("https://fonts.googleapis.com/css?family=Merriweather|Arimo");
header {
    font-weight:bold;
    font-size:1.25em;
}
#listArea {
    text-align:center;
    width:100%;
    max-width:900px;
    margin:auto;
}
.false {
    color:black;
    cursor: pointer;
}
.true {
    color:lightgray;
    text-decoration:line-through;
    cursor: pointer;
}
#listArea {
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#ff7f00;
}
#masthead {
    text-align:center;
}
body, table	{
    font-family: Merriweather, serif; 
    font-size:1em; 
    line-height:1.2em; 
    background-color:#ffffff; 
    color:#000000; 
    text-align:left;
}
input, textarea, select	{
    font-family: Merriweather, serif; 
    font-size:1em; 
    line-height:1.2em; 
    border-style:solid; 
    border-width:1px; 
    border-color:#000088; 
    color:#333333; 
    background-color:#eeeeee;
}
.legals	{
    font-family: Arimo, sans-serif; 
    font-size:0.8em; 
    text-align:center; 
    color:#888888;
}
.title	{
    font-family: Merriweather, serif; 
    font-size:2em; 
    line-height:2.2em; 
    color:#000088; 
    font-weight:bold;
}
.note	{
    color:#888888; 
    font-size:.80em;
}
.pagebody	{
    border-style:solid; 
    border-color:#ff7f00; 
    border-width:1px; padding:4px; 
    width:100%; max-width:1080px; 
    margin:auto; 
}
a:link	{
    color:#ff7f00; 
    text-decoration:none;
}
a:visited	{
    color:#7f3700; 
    text-decoration:none;
}
a:hover	{
    color:#7fff7f; 
    text-decoration:underline;
}
input[readonly=readonly], textarea[readonly=readonly]	{
    background-color:#ff7f00; 
    color:#fff7ee; 
    font-weight:bold;
}
hr	{
color:#ff7f00;
}
.story	{
    text-align:left;
}
.title2	{
    font-family: Merriweather, serif; 
    font-size:1.25em; 
    line-height:1.33em; 
    color:#000088; 
    font-weight:bold;
}