body {
	font-size: 12px;
	font-family : Arial;
	color: white;
	background-color: #252526;
}

div {
  font-size: 12px;
  font-family : Arial;
  color: white;
}

td {
  font-size: 12px;
  font-family : Arial;
  color: white;
}

.szoveg {
  font-size: 12px;
  font-family : Arial;
  color: white;
}

input.search {
	background: transparent;
	background-color: transparent;
	border: 1px solid #ffffff;
    font-size: 12px;
	font-family : Arial;
    color: white;
	width: 175px;
	height: 20px;
}

iframe {
	background: transparent;
	background-color: transparent;
	border: 1px solid #ffffff;
    font-size: 12px;
	font-family : Arial;
    color: white;
	width: 245px;
}

input.email {
	background: black;
	background-color: black;
	border: 1px solid #ffffff;
    font-size: 12px;
	font-family : Arial;
    color: white;
	width: 160px;
}

textarea.msg {
	background: black;
	background-color: black;
	border: 1px solid #ffffff;
    font-size: 12px;
	font-family : Arial;
    color: white;
	width: 245px;
}

h1 {
  font-size: 14px;
  font-family : Arial;
  color: white;
  margin-bottom: 0px;
  margin-top: 0px;
}

.grey {
  color: 7d7d7d;
}

h2 {
  font-size: 11px;
  font-family : Arial;
  color: white;
  margin-bottom: 1px;
  margin-top: 0px;
}

h2:hover {
  color: #bc0021;
}

h3 {
  font-size: 11px;
  font-family : Arial;
  color: white;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

h3:hover {
  color: #bc0021;
}

ul {
	margin-left: 7px;
	padding-left: 7px;
}

.red {
  color: #bc0021;
}

.cameraobscura {
  font-size: 18px;
  font-family : Arial;
  color: #bc0021;
}

.link {
  color: white;
}
.link:hover {
  color: #bc0021;
}

a {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration:none;
}



