@charset "UTF-8";

/*Mobile view*/
@media screen and (max-width:480px) {}

/*Tablet view*/
@media screen and (max-width:769px) {}

body {
	margin: 5%;
	width: auto;
	height: auto; /* the auto value on the sides, coupled with the width, centers the layout*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666; /* This font color is "grey."*/
	font-size: 120%;
    }

img {
    border: none;
    max-width: 100%;
    width: auto;
    height: auto;
    /*margin-top: 3%; margin-bottom: 3%;*/
    margin: 0 auto; /*This centers the block image.*/
    }

h1, h2, p, ol, ul {line-height: 130%; margin-left: 4%; margin-right: 4%; margin-top: 5%; margin-bottom: 5%;}

li {line-height: 130%; margin-top: 5%; margin-bottom: 5%;}

h1 {font-size: 125%;}
h2 {font-size: 115%;}


hr {
	background-color: #666;
	border: none;
	height: 10px;
	width: auto;
	margin-top: 3%;
	margin-bottom: 3%;
    }

.font12 {font-size: 12px;}

.align-right {text-align: right;}

a:link, a:visited, a:active {text-decoration: none;	color: #00F;}

a:hover {text-decoration: underline; color: #0C0;}



.notopmargin {margin-top: 0px;}
.nobottommargin {margin-bottom: 0px;}
.notopbottommargin {margin-top: 0px; margin-bottom: 0px;}

