
@import url('https://fonts.googleapis.com/css?family=Exo:100');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300');

html, td, div{
	text-shadow:1px 1px 0 #000;
	}

html, td, div, select, input, textarea{
	font-family:'Quicksand';
	font-size:14px;
	}
	
	
input:hover, select:hover, textarea:hover{
	border:1px #69a043 solid;
	}

		
textarea, input, select{
	border:1px #ccc solid;
	border-radius:2px;
	padding:5px;
	}
	
	
hr{
	clear:both;
	height:1px;
	border: 0;
	border-top:1px #f1f1f1 solid;
	}
	
	
h1{
	font-size:40px;
	color:#ffff00;
	word-wrap: break-word;
	font-weight:bold;

	}
h2{
	font-size:30px;
	color:#ffff00;
	word-wrap: break-word;
	}
h3{
	font-size:20px;
	color:#ffff00;
	word-wrap: break-word;
	}
	
h4{
	font-size:16px;
	font-weight:normal;
	word-wrap: break-word;
	}

	
/* unvisited link */
a:link {
    color: #e3000f;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #e3000f;
    text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #e3000f;
    text-decoration:underline;
}

/* selected link */
a:active {
     color: #e3000f;
     text-decoration:none;
}

.button{
	padding:10px;
	display:inline-block;
	background:#e3000f;
	border:2px #000 solid;
	color:#fff;
	font-size:12px;
	box-shadow:1px 1px 0 #000;
	text-shadow:1px 1px 0 #000;
	cursor:pointer;
	}
.button:hover{
	border:2px #fff solid;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	}

.hLine{
	border-bottom:3px #bed4af dotted;
	padding-top:20px;
	padding-bottom:20px;
	line-height:0px;
	}
	