	body
	{
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #f2e9fc;
	color: #000000;
	
}
	
	.container
	{
		width: 721px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f2e9fc;
		background-image: url(fotos/fothomep/lrock.nahtl.hell.jpg);
		width: 721px;
		font: 16px Arial, Helvetica, sans-serif;
            font-weight: bold;
		float: left;
		text-align: left;
		color: #00008b;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 170px;
		border-left: 1px solid black;
	}
	
	.side
	{
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size: 14px;
            
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 36px georgia, serif;
		font-weight: bold;
		font-style: normal;
            text-align: center;
            color: #990066;
	}
	
     h2
      {
            font: 24px georgia, serif;
				font-weight: bold;
		font-style: normal;
            text-align: center;
            color: #990066;

       }
       
      h3
       {
            font: 20px georgia, serif;
				font-weight: bold;
				font-style: normal;
            text-align: center;
            color: #990066;

       }

      ul
       {
            list-style-image: url(fotos/fothomep/stern_viola.gif);
       }

     	a:link
      {
            color: #990066;
            font-weight: bold;
            text-decoration: underline;
           
      }

	a:visited
      {
            color: #8b69ff; 
            font-weight: bold;
            text-decoration: underline;
            
      }

	a:hover
      {
            color: #8a2be2;
            font-weight: bold; 
            text-decoration: none;
            
      }

	a:active 
      {
            color: #8a2be2;
            font-weight: bold;
				text-decoration: none;
            
      }
		
		
