BODY {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : small;
	font-style : normal;
}
H1 {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-transform : capitalize;
	}
H2 {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : medium;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	
}
H3 {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}
H4 {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

P {
	font-size : x-small;
	font-family : arial, sans-serif;
	font-style : normal;
	font-weight : normal;
}

A:link	{color: blue;
	font-family : arial, sans-serif;
	text-decoration: none;
	border : none;
}

A:visited
	{color: blue;
	font-family : arial, sans-serif;
	text-decoration: none;
	border : none;
}

A:hover
	{color: red;
	font-family : arial, sans-serif;
	text-decoration: underline;
	border : none;
}

A:link.menu
	{color: blue;
	font-family : arial, sans-serif;
	font-size : small;
	text-decoration: none;
	background: silver;
	border : none;
 }

A:visited.menu
	{color: blue;
	font-size : small;
	font-family : arial, sans-serif;
	text-decoration: none;
	background: silver;
	border : none;
 }

A:hover.menu
	{color: white;
	font-size : small;
	font-family : arial, sans-serif;
	text-decoration: none;
	background: blue;
	border : none;
}

OL {
	font-family : arial, sans-serif;
	font-size : xx-small;
}

UL {
	font-family : arial, sans-serif;
	font-size : x-small;
}

UL.home {
	font-family : arial, sans-serif;
	font-size : medium;
}
TABLE {
	font-family : arial, sans-serif;
	font-size : x-small;

}

