@charset "utf-8";


		 body {background-color:#ffff99;
      	 }
      	 h2 {text-align: center;color: #ff0000;font-family: verdana;
      	 }
      	 img {border-width:2px;
      	 	border-style: solid;width: 300px;
      	 }
      	 p {font-family: arial;font-size: 12px;
      	 }
      	 h5 {text-align: center;font-family: arial;
      	 }
      	 .blue {color: blue;
      	 }
      	 .yellow {color: yellow;
      	 }
      	 .green {color: green;
      	 }
      	 ol {list-style-type:lower-latin; font-family: arial;font-size: 12px
      	 }
      	 h4 {font-family: arial;
      	 }
      	 ul {font-family: arial;
      	 }
      	 h3 {font-family: arial;
      	 }
      	 hr {width: 50%;margin-left:0px;
             }
             .bg_green {background-color: #22ff22;
             }
             .spec {background-color: red;
                  font-size: 16px;
                  font-weight: bold;
             }
             strong {font-size: 16px
             }
             .kod {font-family: courier; 
                  
             }
             a {color: #666666;
                  font-size: 16px;
                  text-decoration: none;
             }
             a:hover {
                  text-decoration: underline overline;
             }
             .sushi {font-size: 20px;font-weight: bold;
             }
             .longhr hr{width: 100%
             }