﻿
.holder { 
  /*background-color:#ccc;*/
  width:100%;
    height:300px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:300px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:blue;
  text-decoration:none;
}
.holder ul li a:hover {
  color:#ED2224;
  text-decoration:underline;
  font-weight:bold;
}
