@charset "utf-8";

.cssskin-home  {
  width: 600px;
}

.cssskin-home a:link {
  color: #A1A1A1;
  border-bottom: 0;
}

.cssskin-home a:visited {
  color: #A1A1A1;
  border-bottom: 0;
}

.cssskin-home a:hover {
  color: #000000;
  border-bottom: 0;
  background-color: #ffffff;
}

.cssskin-home h4 {
  color: #1e1e1e;
  border-bottom: 0;
}

.cssskin-home h4 a:link {
  color: #1e1e1e;
  border-bottom: 0;
}

.cssskin-home h4 a:visited {
  color: #1e1e1e;
  border-bottom: 0;
}

.cssskin-home h4 a:hover {
  color: #A1A1A1;
  border-bottom: 0;
}

.cssskin-home p {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 12px;
}

