a					                         /*common link in the standard window*/{    color: rgb(0,0,255);    text-decoration: underline;    font-family: "Maiandra GD", Arial , Helvetica ;}a:link 		                         /*not visited link in the standard window*/{    color: rgb(100,0,0);}a:visited 				                 /*visited link in the standard window*/{    color: rgb(100,0,0);}a:hover					                    /*mouse is hovered on the link*/{    color: rgb(0,100,0);}a:active				                    /*clicked with the mouse on the link*/{    color: rgb(0,255,0);}a:focus					                    /*link is in the focus*/{    color: rgb(100,0,100);}a.navi	                     				/*menu of navigation*/{    font-size: 9pt;    font-family: "Maiandra GD", Arial , Helvetica ;    font-weight: normal;    color: rgb(125,33,0);    text-decoration: none;    line-height: 100%;    text-align: justify;    margin-left: 1pt;    margin-right: 5pt;}a.navi:hover{	bachground-color: rgb(255,255,255);}body					                       /*the standard window*/{    font-size: size;    font-family: "Maiandra GD", Arial , Helvetica ;    color: rgb(125,33,0);    margin-top: 6px;    margin-bottom: 6px;    line-height: 100%;    background-color: rgb(255,255,180);  	text-align: justify;}table					                      /*table format*/{    font-size: 10pt;    table-border-color-light: rgb(204,0,0);    table-border-color-dark: rgb(0,0,102);    text-align: justify;}blockquote				                  /*block for impressum*/{    font-size: size;    font-family: "Maiandra GD", Arial , Helvetica ;    padding: 20px;    text-indent: 20px;}h1, h2, h3, h4, h5, h6			         /*heading*/{    font-family: "Maiandra GD", Arial , Helvetica ;}h1{    color: rgb(51,51,204);}h2{    color: rgb(0,153,51);}h3{    color: rgb(204,60,0);		         /*text for orders*/    font-size: size+2;}h4					                         /*head for the links*/{	    font-size: 10pt;    color: rgb(0,153,51);    text-decoration: none;    line-height: 100%;}h5					                         /*heading in text*/{    color: rgb(0,153,51);    text-decoration: underline;}h6					                         /*text in the head picture*/{    font-size: 10pt;    font-family: "Maiandra GD", Arial , Helvetica ;    font-weight: normal;    color: rgb(125,33,0);    text-decoration: none;    line-height: 100%;}ul					                         /*list of links*/{    list-style-image:url(list_style_image.gif)    line-height: 100%;}li{    line-height: 100%;}border{    color: rgb(200,0,100);    border-style: double;}