body
{
    background: #fff1db; /* = 255 241 219 */
    font-family: Calibri;
}
#High
{
    width: 1000px;
    height: 800px;
    text-align: left;
    background-color: #fff1db;
    border: 3px groove white;
}


.leftlink /*för bildvisningssidor*/
{
    width: 60px;
    float: left;
    padding-right: 10px;
    position: relative;
    top: 200px;
}
.rightlink /*för bildvisningssidor*/
{
    width: 60px;
    float: left;
    padding-left: 10px;
    position: relative;
    top: 200px;
}
.imagesection /*för bildvisningssidor*/
{
    width: 800px;
    float: left;
}
.Mediumtext
{
    font-size: 14px;
}
.Smalltext
{
    font-size: 12px;
}
h2
{
    font-size: 24px;
    font-weight: bold;
}
h3
{
    font-size: 20px;
    font-weight: bold;
}

p, table, li
{
    font-size: 18px;
}
.Logostyle
{
    color: #e6001a; /* = 230 0 26 */
    font-family: Arial Rounded MT Bold;
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}
