body {
    background-color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #fff;
    width: auto;
    height: auto;
}
h1{
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom:dotted 1px #fff;
}
h2 a,a:visited {
    text-decoration:none;
    color:#fff;
}
h2 a,a:link {
    text-decoration:none;
    color:#fff;
}
h2 a,a:hover {
    text-decoration:none;
    color:#777;
}