/* 
    Document   : style.css
    Created on : 20160731
    Author     : mario knecht
    Description: css to style the temporary infopage
	

*/

/*general*/

body{
    font-family: 'Questrial', sans-serif;
}


h1{
    color:#0086c2;
    font-size:3.5rem;
}


p {
    line-height: 1.5rem;
    font-size: 1.2rem;
}

a{
    text-decoration: none;  
}

a:link{
    
    color:#0086c2;
	 
}

a:visited{
    
    color:#0086c2;
}

a:hover{
    
    color:#05a2e9;
}

.content{
    width: 470px;
    margin: 0 auto;
    margin-top: 100px;
}