body { 
margin-left:0px; 
margin-right:0px; 
margin-top:0px; 
margin-bottom:0px; 
background-color:#010404;
border:none;
}

ul {list-style-image:url(images/ul.jpg)}

.input {background-color:#7f0138; color:white;}

.h1
{
    font-family: Monotype Corsiva;
    font-weight: bold;
	font-size: 28px;
	color: white;
}

.h2
{
    font-family: Verdana;
    font-weight: bold;
	font-size: 20px;
	color: white;
}

.h3
{
    font-family: Verdana;
    font-weight: bold;
	font-size: 16px;
	color: white;
}

.text
{
    font-family: Verdana;
    font-weight: normal;
	font-size: 14px;
	color: white;
}

.small
{
    font-family: Verdana;
    font-weight: italic;
	font-size: 10px;
	color: white;
}

.footer
{
    font-family: Verdana;
    font-weight: bold;
	font-size: 12px;
	color: white;
}

td a {
  width:100%;
  height:100%;
  background-color:#010404;
  display:block;
}

td a:hover {
  background-color:#7f0138;
}

a:link{ color:#7f0138; text-decoration:none; }
a:visited{ color:#7f0138; text-decoration:none; }
a:hover{ color:white; text-decoration:none; }

