﻿
: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: 800px;
	margin: 0.625rem auto;
	border: 1px solid #000;
	padding:3.125rem 5rem;
	overflow: hidden;
	text-align: left;
	line-height:18px;
	font-size: 14px;
	color: #000;
	font-family:Tahoma,'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #fff;
}
h1 {
	margin: 1.5rem 0rem 2.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6125rem;
	line-height:1.5rem;
	text-align: left;
	color:#000000;
}

h2 {
	font-size: 1.125rem;
	margin: 1rem 0rem;
	line-height: 1.375rem;
}

h3 {
		line-height:18px;
	font-size: 14px;
	margin: 1rem 0rem;
	color:#000000;
	font-weight: bold;
	color:#333333;

}

p{
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 2rem 1rem 0rem;
	text-align: right;
}

article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

footer {
	margin: 0rem 0rem 2rem 0rem;
	padding: 2rem 0 0  0;
	position: relative;
	color:#333333;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover{
		text-decoration:underline;
	}

ul {
	margin: 0rem 0rem 1rem 25px;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left:25px;
}
ul li:before {
	content: "\2022";
	color:#000000;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0rem;
	font-size: 1.3625rem;
	text-indent:-25px;
}

ol {
	margin: 0rem 0rem 1rem 25px;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;color:#333333;
}
ol li {
	padding-left:25px;
}
ol li:before {
	content: "\2022";
	color:#333333;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0rem;
	font-size: 1.3625rem;
	text-indent:-25px;
}


.clear{
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0rem;
} 

header img { position: relative; top: 0rem; left: 0rem;}
footer a{
	color: #0000FF;
	text-decoration: underline;
}
aside {margin-top: 1.5rem;}
aside a {
  font-weight: bold;
    min-height: 2.5rem;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    min-width: 13.75rem;
    white-space: nowrap;
    max-width: min-content;
    border-radius: 0.25rem;
    padding:0.625rem 1rem;
    text-decoration: none;
    background: #FC3F74;
   border:none;
    margin: 0;
    outline: none;
  
    text-decoration: none!important;
    line-height: 1.3;
    max-width: 220px;
    display: inline-block;
}

@media all and (max-width: 800px) {
	#wrapper {
		width:100%;
		min-width: 200px !important;
		padding: 0rem;
		border:none;
	}
	header {
		height: auto;	
		padding:0 0.625rem;	
		width:auto;
		margin:0rem;
	}
	article {
		height: auto;	
		padding:0.625rem;	
		width:auto;
		margin:0rem;
	}

	footer {
		height: auto;	
		padding:0 0.625rem;
		width:auto;
		margin:0rem;
	}
	h1{
		margin: 0.5rem 0rem 0.5rem 0rem;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	h2{
		margin: 0.5rem 0rem;
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}
	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;}

}

