@media all{body{background:Navy;color:#000;font-family:Verdana;font-size:80%}
section{background:#fff;color:#000;font-weight:400}
header{color:#000;height:11em;text-align:right;width:100%;text-align:right}
#footersmall{color:#000;height:4em;text-align:right;width:100%}
#tea{border-left:.2em solid silver;background:#fff;color:#000;text-align:center;margin:0 0 0 auto;padding:.2em}
#tex{border-left:.2em solid silver;background:#fff;color:#000;text-align:left;margin:0 0 0 auto;padding:.2em}
h1{background:#fff;color:#000;text-align:center;font-weight:600;width:100%}

#breadcrumbs {
	float: left;
	color: red;
	text-align:left;
	font-size:70%;
	text-decoration:none;
	margin-left: 5px;
	padding-left: 10px;
	}
#breadcrumbs a:hover{margin-left:25px;text-align:left;text-decoration:underline}
h2,h3,h4{background:#fff;color:#000;font-weight:700;width:90%}
nav{background:#fff;color:#000;font-weight:700;text-align:left}
strong{font-weight:600;padding:.2em}
ul,ol{padding:.2em}
li{background:#fff;color:#000;font-weight:700;list-style-type:none;padding-left:.2em;padding-right:.1em;padding-top:1em;text-decoration:none}
a:link{background:#fff;color:blue;font-weight:700;padding:.3em;text-decoration:none}
a:focus{background:#fff;color:#000;font-weight:700;padding:.3em;text-decoration:none}
footer{background:#E4E6E4;color:#000;font-weight:400;margin:0 auto;text-align:center}
p{background:#E4E6E4;color:#000;font-weight:300}
}
@media screen and (max-width:699px){body{text-align:center;width:96%}
section{width:95%}
header{background:url(logm.png) no-repeat center}
nav{padding:.2em;width:50%;font-size:110%}
#tea{width:90%}
#tex{width:90%}
footer{font-size:80%}
p{font-size:80%}
a:link{font-size:110%}
}
@media screen and (min-width:700px){body{width:96%}
section{margin:auto;width:60%}
header{background:url(log.png) no-repeat center}
nav{float:left;padding:.2em;width:18%;font-size:110%}
#tea{width:80%}
#tex{width:80%}
h1,h2,h3,h4{padding-top:.1em;font-size:100%}
li{font-size:90%}
a:hover{background:#fff;color:green;font-weight:700;padding:.3em;text-decoration:none}
a:visited,a:active{background:#fff;color:red;font-weight:700;padding:.3em;text-decoration:none}
p{margin:0 auto}
footer{font-size:70%}
}
@media print{body{font-size:70%}
header{display:none}
nav{display:none}
}