/* CSS Document */
body.one
	{
	background-image: url("images/background_3.jpg");
  	background-attachment:fixed;
    background-position:center;
	}
body.two
	{
	background-image: url("images/background_9.jpg");
    background-attachment:fixed;
    background-position: center;
	}
p
	{     
	font-weight:bold;
	font-style: oblique;
	font-family:"ZapfEllipt BT";
	font-size:42px;
	color: #FF0099;
	text-align:center;
	}
td
	{
	height:300px;
	width: auto;
	text-align: center;
	}
td.one
	{
	height: auto;
	width: auto;
	font-size:22px;
	font-weight:bold;
	color:#FF66FF;
	padding: 5px;
	}
td.two
	{
	height:80px;
	width:auto;
	text-align:center;
	}
td.three
	{
	height: auto;
	width: auto;
	text-align: center;
	}
table
	{
	width:100%;
	}
table.one
	{
	width:70%;
	}
p.one
	{
	color: #000066;
	font-family: "ZapfEllipt BT";
	font-style:italic;
	font-size:20px;
	text-align:center;
	}
p.two
	{
	color: #000066;
	font-family: "ZapfEllipt BT";
	font-size:10px;
	text-align:center;
	}
caption
	{	     
	font-weight:bold;
	font-style: oblique;
	font-family:"ZapfEllipt BT";
	font-size:35px;
	color: #FF0099;
	}
img
	{
	border-color:#FF0099;
	border-style:outset;
	border-width:thin;
	}
img.one
	{
	border-color: #FFFF00;
	border-style: inset;
	border-width:thin;
	}