body {
    text-align: center;
    background: #fefefe;
    background-image: url(morph1.png);
    background-image: linear-gradient(to bottom, rgba(98,98,98,0.6) 0%,rgba(98,98,98,0.6) 100%), url(morph1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    color: #212121;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    font-weight: 600;
    line-height: 1.3;
}
table{
    width: 50%;
}
td{
    width: 50%;
    padding-left: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #775577;
}
.lightFr{
    padding-right: 4px;
    text-align: right;
}
.lightFc{
    text-align: center;
}
.noborder{
    text-align: left;
    padding-left: 4px;
    border-style: hidden;
}
.noborderR{
    text-align: right;
    padding-left: 4px;
    border-style: hidden;
}
.noborderC{
    text-align: center;
    padding-left: 4px;
    border-style: hidden;
}
a {
    font-weight: bold;
    color: #4d004d;
    text-decoration: none;
}
a:hover {
    color: #b79292;
    background-color: #4d004d;
}
.ina {
    font-weight: normal;
}
.ina:hover {
    font-weight: normal;
}
