body
 { color       :rgba(255,255,255, 0.75);
   margin      :10px 30px 20px 30px;
   background-color:#191919;
   text-align  :center;
  }
.container
 {display      :block;
  width        :950px;
  margin: 0 auto;
 }
.mini
 {border-weight:thin;
  border-style :solid;
  border-color :#fff;
  box-shadow: rgba(134,133,199,0.90) 3px 3px;
  width        :160px;
  height       :120px;
  margin       :10px;
  
 }
.nagy
 {border-style :none;
  width        :448px;
  height       :336px;
 }
.cim
 { font-weight :bold;
 font-size: 1.2em
 }
:link :visited :hover :active
 {border-style: none;
  display     :block;
 }
 
 .szovegg
 { text-align: left;
  }