﻿
:root {  font-size:16px;} 
* {
	box-sizing: border-box;
	margin:0rem; padding:0rem;
}
html {
	min-height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
}
body {
	color: #000;
	
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family:"Times New Roman", Times, serif;  */
}

#wrapper {
	position: relative;
	max-width: 425px;
	margin: 0.625rem auto;
	border: 1px solid #000;
	padding:7px;
	overflow: hidden;
	text-align: left;
	line-height:20px;
	font-size: 17px;
	color: #000;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	background-color: #fff;
}
h1 {
	margin:1rem 0rem 1rem 0rem;
	padding: 8px 10px;
	font-size: 28px;
	line-height:24px;
	text-align: center;
	background:#CCCCCC;
}

h2 {
	font-size: 28px;
	margin: 0.2rem 0rem 0.7rem;
	line-height: 29px;font-weight: bold;
}

h3 {
	font-size: 0.8125rem;
	margin: 1rem 0rem;
	line-height: 1.125rem;
}

p{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;

}

header {
	margin: 0rem 0rem 0rem 0rem;
	text-align: justify;
	padding: 0rem 0rem 0rem 0rem;
}

article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	text-align: justify;
}

footer {
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0.3rem 0rem 0.3rem 0rem;
	background:#CCCCCC;font-weight: bold;
	position: relative;text-align: center;
	font-size: 21px;
	line-height: 25px;
	
}
footer p{margin-bottom: 0px;}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
		text-decoration:underline;
	}

ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left:1.25rem;
}
ul li:before {
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0rem;
	font-size: 1.5625rem;
	text-indent:-1.25rem;
}

.clear{
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0rem;
} 

header img { position: relative; top: 0rem; left: 0rem;}


@media all and (max-width: 424px) {
	#wrapper {
		width:100%;
		min-width: 200px !important;
		font-size: 1rem;
		line-height:1.25rem;
		padding: 0rem;
		border:none;
	}
	header {
		height: auto;	
		padding:0 0.625rem;	
		width:auto;
		margin:0rem;
	}
	article {
		height: auto;	
		padding:0 0.625rem 0.625rem;	
		width:auto;
		margin:0rem;
		text-align:left;
	}

	footer {
		height: auto;	
		padding:0.625rem;
		width:auto;
		font-size: 18px;
		line-height: 20px;
		margin:0rem;
	}
	footer p{text-align: center;}
	h1{
		margin: 0.5rem 0rem 0.5rem 0rem;
		font-size: 1.525rem;
		line-height: 1.575rem;
	}
	h2{
		margin: 0.5rem 0rem;
		font-size: 1.3375rem;
		line-height: 1.55rem;
	}
	h3{
		margin: 0.5rem 0rem;
		font-size: 0.8125rem;
		line-height:1.125rem;
	}
		
	ul li {
		padding-left: 0.9375rem;
	}
	ul li:before {
		text-indent: -0.9375rem;
	}
	p{
		margin: 0rem 0rem 0.625rem;
		text-align: left;
	}
	br{display: none;}
	footer br{display: block;}

}

