﻿@charset "utf-8"; 
/**
 * The-Graphic-Art
 *
 * @link    http://www.the-graphic-art.de/
 * @version V.1 
 */

/**
 * Globale Einstellungen und Bugfixes
 * 
 * @section Browser-Reset
 */

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/* Farben und Hintergründe setzen */
html, body {
  text-align: justify;
  background-color: #0f0b0a;
}

/**
 * @section Links und Anker
 */

a:link {
  color: #0f0b0a;
  background-color: transparent;
}
a:visited {
  color: #0f0b0a;
  background-color: transparent;
}
a:hover, a:focus {
  color: #0f0b0a;
  background-color: transparent;
  font-weight: bold;
}
a:acitve {
  color: #0f0b0a;
  background-color: transparent;
}



