
A {
	text-decoration: none;
	color: blue;
	background: white;
	font-style: italic;
	font-family: Times, serif;
}

ABBR {
	font-variant: small-caps;
}

ACRONYM {
	text-transform: uppercase;
	font-size: 110%;
	font-family: Times serif;
}

ADDRESS {
	text-align: right;
	font-style: italic;
}

B {
	font-weight: bold;
	font-size: 99%;
}

BIG {
	font-size: 200%;
}

BLOCKQUOTE {
	border: solid black;
}

BODY {
	display: block;
	text-align: justify;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	color: black;
	background: white;
}

BUTTON {
	font-family: cursive;
}

CAPTION {
	font-family: serif;
	font-variant: small-caps;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

CITE	{
	font-family: monospace;
	font-size: 80%;
	text-decoration: underline;
}

CODE {
	display: block;
	white-space: pre;
	font-family: monospace;
}

DD {
	font-family: serif;
	font-size: 90%;
	color: #444444;
}

DEL {
	text-decoration: line-through;
	background: black;
}

DFN {
	font-family: serif;
	font-style: oblique;
      font-weight: 500;
	color: #333333;
	background: #F8F4C0;
	letter-spacing: 0.3em;

}

DIR {
	white-space: pre;
	font-family: Lucida Terminal monospace;
	letter-spacing: 0.1em;
	background: #F4F4F4;
}

DIV {
}

DL {
	font-family: serif;
}

DT { 
	font-weight: bold;
}

EM {
	font-weight: bold;
	color: #444444;
}

FIELDSET {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	border: 3px groove gray;
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
}

FORM {
	border: thin outset gray;
	background: #DDDDDD;
	page-break-before: right;
	margin-top: 2em;
	margin-bottom: 2em;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Times serif;
	text-align: left;
	text-decoration: overline;
	margin-bottom: 0em;
}

H1 {
	clear: left;
	page-break-before: right;
	font-size: 200%;
	margin-top: 2em;
	margin-left: 3em;
}

H2 {
	font-size: 180%;
	margin-top: 0.9em;
	margin-left: 2.5em;
}

H3 {
	font-size: 160%;
	margin-top: 0.8em;
	margin-left: 2em;
}

H4 {
	font-size: 140%;
	margin-top: 0.7em;
	margin-left: 1.5em;
}

H5 {
	font-size: 120%;
	margin-top: 0.6em;
	margin-left: 1em;
}

H6 {
	font-size: 100%;
	margin-top: 0.5em;
	margin-left: 0.5em;
}


HR {
	page-break-before: right;
	width: 60%;
	margin-left: 20%;
	margin-top: 1em;
	border: thin outset gray;
}

I {
	font-style: italic;
	font-family: serif;
}

IFRAME {
	clear: left;
}

IMG {
	border: 0;
}

INS {
	text-decoration: underline;
	background: #bfb;
}

KBD {
	clear: left;
	display: block;
	white-space: pre;
	font-family: monospace;
	font-size: 100%;
	margin-left: 1em;
	margin-right: 1em;
	letter-spacing: 0.15em;
	color: lime;
	background: black;
	border: 1px solid black;
}

LABEL {
	font-family: Lucida Terminal monospace;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 0.15em;
}

LEGEND {
	border: thin outset gray;
	background: black;
	color: white;
	font-family: Times serif;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

LI {
}

OL {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

OPTGROUP {
	font-size: 110%;
	font-weight: 500;
	font-style: normal;
	color: white;
	background: #444444;
	margin-left: 0.5em;
	margin-top: 0.5em;
	text-transform: capitalize;
}

OPTION {
	font-weight: normal;
	color: black;
	background: white;
	margin-left: 1em;
}

P {
	margin-top: 1em;
	margin-bottom: 0;
	text-indent: 1em;
	page-break-before: right;
}

PRE {
	font-family: monospace;
	margin-left: 1em;
	font-size: 90%
}

Q {
	font-style: italic;
	quotes: '"' '"' "'" "'";
}

Q:before {
	content: open-quote; 
}

Q:after {
	content: close-quote; 
}

S {
	text-decoration: line-through;
}

SAMP {
	color: white;
	background: #333333;
	text-decoration: none;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

SMALL {
	font-size: 60%;
}

STRIKE {
	text-decoration: line-through;
	color: red;
	background: #fbb;
}

STRONG {
	font-family: monospace;
	font-weight: bold;
	font-size: 105%;
}	

SUP {
	vertical-align: super;
	font-size: 60%;
}

SUB {
	vertical-align: sub;
	font-size: 60%;
}

TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
} 

TBODY {
	font-size: 90%;
	font-family: monospace;
	border: 3px groove black;
}

TD {
	margin-left: 0px;
	margin-right: 0px;
}

TD.BORDERED {
	text-align: center;
	border: 1px solid black;
}

TR {
	margin-left: 0px;
	margin-right: 0px;
}

TR.BORDERED {
	background: #DDDDDD;
	border: 1px solid black;
}

TEXTAREA {
}

TT {
	font-family: monospace;
	letter-spacing: 0.15em;
}

U {
	text-decoration: underline;
}


UL {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

VAR {
	font-style: italic;
	font-weight: 600;
	color:maroon;
}


