/* CSS Document */

<style type="text/css">



#body {
	background-image: url(images/lines.png);
	background-repeat: repeat;
}


#Strauss {
	width:651px;
	height:756px;
	z-index:1;
	filter:alpha(opacity=20);
	-moz-opacity:.20;			
	opacity:.20;

	position: absolute;
 	
	margin-left:-325px;
	margin-top:-378px;;
	top:50%;
	left:50%;
	overflow:show;

}


.Text {
	font-family: Baskerville, "Georgia Italic", Georgia, Times, "Times New Roman", serif;
	font-size: 53px;
	font-style: italic;
	line-height: 60px;
	z-index:2;
	  color:            #333333;
	font-weight: lighter;

	
	position: absolute;
	top:-9px;

}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #ffffff;
  
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #ffffff;

  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #ffffff;

  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color:            #ff5555;

  } 
  
  .link {
	
	
	text-decoration: none;
	  color:            #ffffff;
 
}

 .wordslink {
	
	
	text-decoration: none;
	  color:            #000000;
 
}


.words {
	font-family: Baskerville, "Georgia Italic", Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
}


</style>
