@charset "utf-8";
/* CSS Document */

body {

  background-color: #242424;
  color: #ccc;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-weight: bold;
  font-size:18px;
  display:inline-block;
  }

.galleria { width: 700px; height: 400px; background: #000 

}

a:link {
    color: #d86755;
}

a:visited {
    color: #d86755;
}

/* mouse over link */
a:hover {
    color: #e08577; text-decoration: none;
}

/* selected link */
a:active {
    color: #ce412b;
}

p {
    font-weight: bold;
    font-size:18px;
}

h1 {
    font-weight: bold;
    font-size:24px;
	color:#ce412b;
}

h2 {
    font-weight: bold;
    font-size:24px;
	color:#ce412b;
}


