	
/* My CSS File  */

/* define navigation bar, float p box, td, ....   */

	a.navbar
	{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
	a.navbar:link
	{
	color: white;

	}
	
	a.navbar:visited
	{
	color: white;

	}
	
	a.navbar:hover
	{
	color: black;
	text-decoration: underline;
	}
	
	a.navbar:active
	{
	color: black;
	text-decoration: underline;	
	}


	a.submenu
	{
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
	a.submenu:link
	{
	color: navy;
	}
	
	a.submenu:visited
	{
	color: navy;
	}
	
	a.submenu:hover
	{
	color: red;
	text-decoration: underline;
	}
	
	a.submenu:active
	{
	color: red;
	text-decoration: underline;	
	}


	
	a.normal
	{
	font-family: arial;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	}
	
	a.normal:link
	{
	color: navy;
	}
	
	a.normal:visited
	{
	color: navy;
	}
	
	a.normal:hover
	{
	color: red;
	text-decoration: underline;
	}
	
	a.normal:active
	{
	color: red;
	text-decoration: underline;	
	}


	a.image1
	{
	background-color: navy;
	width: 52px;
	height: 76px;
	padding: 3px;
	padding-top: 3px;
	}

	a.image1:link
	{
	background-color: navy;
	}

	a.image1:visited
	{
	background-color: navy;
	}

	a.image1:hover
	{
	background-color: orange;
	}

	a.image1:active
	{
	background-color: orange;
	}



	a.image2
	{
	background-color: navy;
	width: 86px;
	height: 66px;
	padding: 3px;
	}

	a.image2:link
	{
	background-color: navy;
	}

	a.image2:visited
	{
	background-color: navy;
	}

	a.image2:hover
	{
	background-color: orange;
	}

	a.image2:active
	{
	background-color: orange;
	}



	a.image3
	{
	background-color: navy;
	width: 66px;
	height: 66px;
	padding: 3px;
	}

	a.image3:link
	{
	background-color: navy;
	}

	a.image3:visited
	{
	background-color: navy;
	}

	a.image3:hover
	{
	background-color: orange;
	}

	a.image3:active
	{
	background-color: orange;
	}