/* BODYFormatering */

body {
background-color: #3d3d3d;
font-family: Verdana, Tahoma, Arial;
font-size: 120px;
font-weight: bold;
color: white;
}

/* DIVFormatering */

#Huvudruta {
width: 100%;
height: 100%;
}

#Text {
margin: 0px auto;
margin-top: 200px;
width: 750px%;
}


/* LÄNKFormatering */

a {
color: #ffffff;
text-decoration: none;
font-size: 8px;
}