body {font-family: 'Forum', cursive; color: black;}
.mm {font-family: 'Forum', cursive; font-weight: bold; color: #000000; text-decoration:none;}
.mmw {font-family: 'Forum', cursive; font-weight: bold; color: #FFFFFF; text-decoration:none;}
a {color: #590002; font-weight: bold;}












#container{ /* Основной Div контейнер */
 width:890px;
 margin:20px auto;
}
 
#heading,#footer{ /* верхний и нижний колонтитул */
 background-color:#2A2A2A;
 border:1px solid #444444;
 height:20px;
 padding:6px 0 25px 15px;
 margin-bottom:30px;
 overflow:hidden;
}
 
#footer{ 
 height:10px;
 margin:20px 0 20px 0;
 padding:6px 0 11px 15px;
}
 
div.nomargin{ /* наш специальный класс nomargin */
 margin-right:0px;
}
 
.pic{ /* Это класс div контейнера в котором выводиться изоброжения */
 float:left;
 margin:0 15px 15px 0;
 border:5px solid white;
 width:200px;
 height:250px;
}
 
.pic a{ /* */
 width:200px;
 height:250px;
 text-indent:-99999px;
 display:block; /* Не забывайте, что ширина и высота гиперссылок бесполезны без display:block */
}