body {
    background-color:#FFFFFF;
}

.header {
    width:540px;
    border-width:6px 0px 6px 0px;
    border-style:double;
    border-color:#0065A5;

}

.title {
    font-size:16px;
    line-height:18px;
    font-weight:bolder;
    color:#52905B;
    padding-left:3px;
    border-width:0px 0px 0px 14px;
    border-style:solid;
    border-color:#52905B;
}

.title a:link {
    color:#52905B;
	text-decoration: none;
}

.title a:visited {
    color:#52905B;
	text-decoration: none;
}

.title a:hover {
    color:#426A45;
    text-decoration: underline;
}
.place {
    font-size:14px;
    line-height:24px;
    border-width:0px 0px 1px 0px;
    border-style:dotted;
    border-color:#000000;
    padding-left:3px;
}

.comment {
    font-size:14px;
    line-height:22px;
    padding-left:14px;
    padding-top:8px;
}

.lead {
    font-size:14px;
    line-height:18px;
    width:540px;
    height:40px;
    color:#37376F;
    font-weight:bold;
}

.foota {
    line-height:18px;
    font-size:12px;
    width:640px;
    text-align:left;
    border-width:3px 0px 3px 0px;
    border-style:double;
    border-color:#000000;
    padding-bottom:8px;
    padding-top:8px;
}


