@import url(//db.onlinewebfonts.com/c/4b5ae315f5df148f0ab479a7cedc9832?family=ISOCPEUR);

/* LAYOUT */
#all {
    background-color: WhiteSmoke;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: black 0px dotted;
    border-radius: 0px;
    
}

img {
border: 0px solid black;
padding: 0px;
}

nav {
    margin: 0px;   
	
}
#header {
    margin-left: 0px;
}
#main {
    clear: both;
    margin: 0px;
}
hr {
    border: 0;
    border-bottom: 1px dashed black;
}
/* LISTOR */
li {
    list-style-type: none;
    margin-left: 0px;
    text-align: left;
}
/* TYPOGRAFI */
body {
    text-align: left;
    background: WhiteSmoke;
}

wrapper {
  background: none repeat scroll 0 0 WhiteSmoke;
  
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
}




p {
    font-family: ISOCPEUR;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	line-height: 13px;
color: black;
letter-spacing: 1px;
}
h2 {
    text-decoration: none;
    font-family: ISOCPEUR;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 13px;
    color: black;
    letter-spacing: 2px;
}

/* LÄNKAR */
a {
    text-decoration: none;
    font-family: ISOCPEUR;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 13px;
    color: black;
    letter-spacing: 2px;
}
a:hover {
    text-decoration: none;
    color: black;
    border-bottom: none;
}
