P  {
	font-size : 13px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #003333;
}

H1  {
	font-size : 30px;
	font-family : Arial Unicode MS;
	font-weight : normal;
	font-style : normal;
	color : #FFFF99;
}

H2  {
	font-size : 27px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #336666;
}

H3  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

A  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Green;
}

A:Visited  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Purple;
}

A:Active  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Purple;
}

A:Hover  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Red;
}

BODY  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #003333;
}

INPUT.inputf  {
	border-style : outset;
	border-size : 1px;
	border-color : Green;
	background-color : #eeeeee;
	font-family : "Comic Sans MS","verdana","arial","helvetica";
	font-size : 12;
	border-width : thin;
	border-bottom-width : thin;
}

TEXTAREA.inputf  {
	border-style : outset;
	border-size : 1px;
	border-color : Green;
	background-color : #eeeeee;
	font-family : "Comic Sans MS","verdana","arial","helvetica";
	font-size : 12;
	border-width : thin;
	border-bottom-width : thin;
}


