﻿body {
	background-color: white;}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: blue;
	text-align: center;}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	color:darkviolet;}
h4.homebtn {
	width: 60px;
	margin:auto;
	border-radius:10px;
	background-color:blue;
	color:white;
	padding:5px;
	text-align:center;}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: black;}
p.crwording {
	font-family: 'Courier New', Courier, monospace;
	font-size: smaller;
	color: black;
	text-align: center;}
table {
	width:100%;
	font-family: Verdana, Geneva, sans-serif;}
table  a {
	text-decoration: none;}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;}
address {
	font-family: Verdana, Geneva, sans-serif;}
header, section, footer, aside, nav, main, article, figure {
	display: block;}