P  {}

H1  {
	font-family : Arial;
	font-weight : bold;
	font-size : 20;
	text-align: middle;
	color : black;
	text-decoration : none;
}


H2  {
	font-family : Arial;
	font-weight : bold;
	font-size : 14;
	text-align: middle;
	color : black;
	text-decoration : none;
}

H3  {}

A  {
	font-family : Arial;
	font-weight : bold;
	color : #F28B0B;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
	font-weight : bold;
	color : #F28B0B;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

BODY  {}

INPUT {
	font-family : Arial;
	color : Black;
	text-decoration : none;
	border-color: #F28B0B;
	border-width:1;
	border-style:solid;
}

TEXTAREA {
	font-family : Arial;
	color : Black;
	text-decoration : none;
	border-color: #F28B0B;
	border-width:1;
	border-style:solid;
}

SELECT {
	font-family : Arial;
	color : black;
	text-decoration : none;
	border-color: #F28B0B;
	border-width:1;
	border-style:solid;
}
