      body  {           color : black;                      background-image : url(backgr02.jpg);           background-attachment : fixed;           background-position : top left;           background-repeat : no-repeat;                 }                 .title {           text-align : center;           color : #FFFFFF;           background-color : #686888;      }                 .logo {           border : 0;      }                 .menu {           text-align : center;           font-weight : bold;           background-color : #DCDCE5;           border : 0;                      text-decoration: none;      }                                        .menu a {           color : #000089;                     background-color : inherit;           text-decoration: none;        }                                                                     .menu a:hover {           color : #8B0063;                      text-decoration: underline;           background-color : inherit;        }                                      .content {           color : black;           background-color: #EDEDED;           border : 0;      }     .content a {           color : black;           background-color : inherit; }                 .content a:visited  {           color : #00008E;           background-color : inherit;      }    	                                .content a:hover {           color : #8B0063;           background-color : #C9C9C9;      }    	    	    	  .content > table {		background-color :	#FEFFB5; 			  }		  	 .red {	 color : red;	 font-weight: bold;	 	  }			  	  .end	  {	  margin-bottom: 2em;	  } 
