	html,body
	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
	background-color:#f3f3f3;
	}
	p,div,h1,h2,h3,h4,h5,section,header,footer,input,textarea,select
	{
	cursor:default;
	font-family: 'Open Sans', sans-serif;
	}
	a
	{
	text-decoration:none;
	font-size:18px;
	color:#3498DB;
	font-family: 'Open Sans', sans-serif;
	}
	a img
	{
	border: none;
	}
	p
	{
	color:black;
	font-size:18px;
	}
	td
	{
	color:black;
	font-size:18px;
	}
	h1
	{
	cursor:default;
	color:black;
	font-size:28px;
	}
	h2
	{
	cursor:default;
	color:black;
	font-size:26px;
	}
	h3
	{
	cursor:default;
	color:black;
	font-size:24px;
	}
	div
	{
	color:black;
	font-size:18px;
	}
	input
	{
	font-size:14px;
	padding:10px;
	color: rgb(100, 100, 100);
	border:1px solid #006beb;
	box-sizing:border-box;
	cursor:text;
	}
	input:placeholder
	{
	font-family: 'Open Sans', sans-serif;
	color:rgb(100,100,100);
	font-size:14px;
	}
	textarea
	{
	box-sizing:border-box;
	font-size:14px;
	padding:10px;
	color: rgb(100, 100, 100);
	border:1px solid #006beb;
	}
	select
	{
	box-sizing:border-box;
	font-size:14px;
	padding:10px;
	box-sizing:border-box;
	color: rgb(100, 100, 100);
	border:1px solid #006beb;
	}
	li
	{
	font-size:18px;
	}
	header
	{
	}
	time
	{
	color:black;
	font-size:14px;
	}
