a:link {
  color: #003366;
}

a:visited {
  color: #003366;
}

a:active {
  color: #FF0000;
  }

a:hover {
  color: #FF0000;
}

body {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	font-size : 11px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

td {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	font-size : 11px;
}

.tit {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #921A7E;
	font-size : 11px;
}

a.txt:LINK {
	color : #921A7E;
	text-decoration: underline;
}
a.txt:VISITED {
	color : #921A7E;
	text-decoration: underline;
}
a.txt:ACTIVE {
	color : #CC3399;
	text-decoration: underline;
}
a.txt:HOVER {
	color : #CC3399;
	text-decoration: underline;
}

ul {
  margin: 5px 0px 5px 15px;
}

li {
  padding:3px;
}