﻿html, body, div, span, applet, object, iframe,
 blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, legend,
 table, tbody, tfoot, thead, th {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 }
body, html {
	font-family: Tahoma,Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	height: 100%;
    line-height: 1.5;
}
 ol, ul {
 list-style: none;
 }
 blockquote, q {
 quotes: none;
 }
 :focus {
 outline: 0;
 }
 ins {
 text-decoration: none;
 }
 del {
 text-decoration: line-through;
 }
 table {
 border-collapse: collapse;
 border-spacing: 0;
 }
table td {
    font-size: .9rem;
}
thead {
    font-weight: bold;
}
tr:hover{
    background: rgba(112, 111, 111, 0.13);
}
img {
    border-style: none;
}
input{
	border-radius: 5px;
	padding-left: 10px;
	border: 1px solid #706F6F;
}
hr {
    width: 100%;
    border-top: 2px solid #D34E34;
}
iframe{
    display: block;
    width: 560px;
	height: 315px;
    margin: 10px auto;
}
textarea {
	border: 1px solid #706F6F;
    border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
input, textarea, button{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
	background: white;
	border: 2px solid black;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1rem;
	color: #3C3C3B;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
button:active, 
button:focus {
	outline: none;
}
button:hover {
	border: 2px solid #D34E24;
	color: #D34E34;
}
footer {
	background: #414042;
	width: 100%;
	min-height: 30px;
}
a {
	font-size: 0.8rem;
	font-weight: bold;
	color: #3c3c3b;
	text-decoration: none;
    cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #D34E24;
}
h1,h2,h3,h4{
    font-weight: bold;
	color: #D34E24;
}
h1,h2,h3{
    text-align: center;
}
h1 {
    margin-top: 3px;
	font-size: 1.3rem;
    line-height: 1.2;
}
h2 {margin-top: 0;
	font-size: 1.2rem;
    line-height: 1.2;
}
h3 {
	font-size: 1.12rem;
}
h4 {
    font-size: 1.25rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
form {
	display: inline;
}
strong {
	font-weight:bold;
}
b {
	font-weight:bold;
}