<style type="text/css">
			a:link			{ color: #ff0000; text-decoration:none; }
			a:visited		{ color: #0000ff; text-decoration:none; }
			a:hover			{ color: #ffffff; background-color:#000000; border: 2px solid black; text-decoration:none; }			
			
			body
							{ 
								background-image: url('images/background.jpg');		/* Defines the screen background */
								background-repeat: no-repeat;						/* Tells the background not to repeat */
								background-attachment: fixed;						/* Makes it so the  background does not scroll with the text */
								background-position: 50% 50%;						/* Places the background image in the center of the screen */
								background-color: #dddddd;							/* Any portion of the screen that is not covered by the background will have a color applied */
							}
			div.defimg		{	
								width: 320px;
								height: 240px;
								border-top: solid #000000;
								border-bottom: groove #0000ff;
								border-right: groove #0000ff;
								border-left: solid #000000;
								border-top-width: 3px;
								border-right-width: 5px;
								border-bottom-width: 5px;
								border-left-width: 3px;
								opacity:0.9;
								filter:alpha(opacity=90);
								background: url(images/schweitzer.png)
							}
			.otherimgs		{	
								width: 320px;
								height: 240px;
								border-top: solid #000000;
								border-bottom: groove #0000ff;
								border-right: groove #0000ff;
								border-left: solid #000000;
								border-top-width: 3px;
								border-right-width: 5px;
								border-bottom-width: 5px;
								border-left-width: 3px;
								opacity:0.9;
								filter:alpha(opacity=90);
							}
			div.transbox	{
								width: 300px;
								height: 220px;
  								margin: 10px 10px;
  								background-color: #ffffff;
  								border: 1px solid black;
  								filter:alpha(opacity=60);
  								opacity:0.6;
							}
			div.transbox p	{
								margin: 140px 60px;
								font-weight: bold;
								font-size: xx-large;
								color: #0000ff;
								text-align: center;
								filter:alpha(opacity=70);
								opacity:0.7;
								letter-spacing: 3px
							}
			.deftable		{
								border: 0px;
								text-align: justify;
								text-indent: 3%;
								width: 800;
							}
		</style>
