html>body {
    font-size: 100%;
}
form, ul, body, div, p, ul, ol, dl, input, button , li{margin: 0;padding: 0;}
a{
   font-family:sans-serif,helvetica;
   color: #a50571; 
   text-decoration:none;
   text-padding:10px
}

a:link
{
    color: #a50571;
	text-decoration:none;
}

a:visited
{
    color: #a50571;
	text-decoration:none;
}

a:hover
{
    color: #a50676;
	font-weight: bold;
	text-decoration:none;
}
li{
font-family: sans-serief,verdana,helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
dd,dl,dt,ol{
	font-family: sans-serif;
	color: #0267ca;
	font-size: 11px;
	font-weight:thin;
	padding:2px;
}
h1 {
	font-family: verdana,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
h2 {	
	font-size: 18px;
	font-weight: bold;
	color: yellow;
}
h3 {
	font-family: verdana,helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
h4 {
    font-family:sans-serif;
	font-size:10px;
	font-weight:thin;
	color:teal;
	}

h5 {
	font-family: verdana,helvetica;
	font-size: 10px;
	color: #ffffff;
}
td {
	font-family: verdana,helvetica;
	color: #0267ca;
	font-size: 12px;
}
p {
	font-family: verdana,helvetica;
	color: #0267ca;
	font-size: 12px;	
}


