﻿body 
{
    text-align:center;
    margin:0px; 
    font-family:Trebuchet MS, Sans-Serif;
    font-size:18px;
}

p
{
    margin:5px 0px 5px 0px;
}

a
{
    text-decoration:none;
    color:#000;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:none;
}

#wrapper
{
    position:relative;
    width:700px;
    height:500px;
    margin:120px auto 0px auto; 
}

#logoDiv
{
    margin-top:79px;
}

#textDiv
{
    margin-top:35px;
}

#bottenDiv
{
    margin-top:55px;    
}

.blåKursivText
{
    font-style:italic;
    color: #1e71cf;
}