﻿
.contur
{
    border-right: #0066cc 1px dotted;
    border-top: #0066cc 1px dotted;
    border-left: #0066cc 1px dotted;
    border-bottom: #0066cc 1px dotted;
}

.pict
{
 border: #0066cc 1px solid;
}

img.pict:HOVER
{
  border: #cc0033 2px solid;
  cursor:pointer;
}

