a:link {color: red; 
        font-family: Comic Sans MS;
        text-decoration: none;
        cursor: hand;}

a:hover{font-color: green;
        font-weight: bold; 
        font-family: Comic Sans MS;
        text-decoration: none;
        cursor: hand;}

a:visited {color: blue; 
           font-family: Comic Sans MS;
           text-decoration: none;
           cursor: hand;}
.path
   {align: left;
    font-family: Comic Sans MS;
    font-color: green;
    font-size: 16px;} 
.des
  {text-align: center;
   font-family: Comic Sans MS;
   font-size: 14px;
   color: blue;}
.text
  {text-align: center;
   font-family: Comic Sans MS;
   font-size: 14px;
   color: green;}

.img
   {display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: silver;}

.table
   { margin-left: auto;
    margin-right: auto;}
.bpich
   {border-style: double;
    border-width: 25px;
    border-color: silver;
    height: 348px;
    width: 525px;}


 .bpicv
    {align: center;   
     border-style: double;
     border-width: 25px;
     border-color: silver;
     height: 525px;
     width: 348px;}

div
    {align: center;}

.border
    {border-style: double;
    border-width: 25px;
    border-color: silver}

