﻿#content
{
    margin-left:200px;
    margin-top:60px;
}

ul.major
{
     list-style-type:none;
}

ul.major li
{
    list-style-image:url(/content/animals/kohoBullet.png);
}

ul.minor li
{
    list-style-image:url(/content/animals/sonicBullet.png);
}

a
{
    color:#c33;
  text-decoration:none; 
  border-bottom:dotted 1px #c33;
  cursor:pointer;  
  font-family:Arial;
  font-size:16px;
}

a:hover
{
    border-bottom:0;
}
