.dummy {color: red}

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI,
MENU, OL, P, PRE, TD, TH, TR, UL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black
}

A {
	cursor: pointer;
	background: transparent
}

BIG {
	font-size: 19px
}

BLOCKQUOTE {
	font-style: normal
}

BODY {
	margin-left: 5px;
	margin-right: 5px;
	margin-top : 5px;
	margin-bottom : 5px;
	padding: 0;
	background-color: #ffffff;
	cursor: default;
}

DT {
	font-weight: bold
}

H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
}

H1 {
	font-size: 32px;
}

H2 {
	font-size: 24px;
}

H3 {
	font-size: 19px;
}

H4 {
	font-size: 16px;
}

H5 {
	font-size: 14px;
}

H6 {
	font-size: 11px;
}

OL {
	list-style: decimal;
}

UL  {
	list-style: disc;
	margin-bottom : 0px;
	margin-top : 0px;
}

SMALL, SUB, SUP {
	font-size: 13px
}

TEXTAREA {
	cursor: text
}

UL, MENU, DIR {
	list-style: disc
}

A:link {
	color: Blue;
	text-decoration: underline
}

A:visited {
	color: Blue;
	text-decoration: underline
}

A:active {
	color: Blue;
	text-decoration: underline
}

A:hover {
	color: Red;
	text-decoration: underline
}

/* A Web 4 U Designs custom styles */
.Copyright {
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.highlight {
	color : Red;
}

