﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

body	{color: black;
	background-color: darkgray;
	margin: 0px;
	padding: 0px;
	line-height: 1;}

a	{color: black;
	text-decoration: none}

/* lightgray: rgb- 211-211-211, hex- #D3D3D3 */

/* darkgray: rgb- 169-169-169, hex- #A9A9A9 */

a:hover	{color: gray;}

a:active {background-color: black;}

strong, b{font-weight: bold;}

em, i	{font-style: italic;}

h1,h2,h3 {font-family: 'Arima Madurai', verdana, tahoma, 'trebuchet ms', sans-serif;
	font-weight: normal;
	color: black;
	text-align: center;
	margin: 0em;}

h1	{font-size: 5em;
	line-height: 1.3;}

h2	{font-size: 1em;
	line-height: 1.5;}

h3	{font-size: 0.7em;
	line-height: .5;
	color: black;
	font-weight: normal;
	margin: 5em 0 0 0;}


img	{display: block;
	max-width:100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;}

.wid-1	{background-color: darkgray;
	margin: auto;
	margin: 0em;
	width: 100%;}

