
body
{
	font-family: Tahoma;
	font-size : 12px;
	background-color : #E9F7FF
}
h1
{
	font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	color : #FF9933;
	text-decoration : underline;
}
h2
{
	font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	color : #FF9933;
}
h3
{
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

h4
{
	font-family:  Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
h5
{
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

h6
{
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
}

A {
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	color : Green;
}


TEXTAREA
{
	border-style: solid;
	border-width: 1;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal; 
}

SELECT
{
	border-style: solid;
	border-width: 1;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal; 
}
TABLE
{
	font-family: Tahoma;
	font-style: normal;
	font-size : 12px;
	
}

TH
{
	font-family: Tahoma;
	font-style: normal; 
}


INPUT
{
	font-size : 12px;
	font-family : Tahoma;
}
