body { 
  font-size: 14px;
  font-family: "Comic Sans MS";
  font-style: nomal;
  color:#58595B;
  border-top: 5px solid #423378;
  margin: 0 0 0 0;
}
tr,td,th { 
  font-size: 14px;
  font-family: "Comic Sans MS";
  font-style: nomal;
  color:#58595B;
}
input,textarea {
  font-family: "Comic Sans MS";
  font-size: 0.9em;
  font-style: nomal;
  color:#6D6F71;
  background:#fff;
}
hr {
  color:#EB7CB1;
  width: 100%;
  border: 1px dashed #EB7CB1;
}
a {
	font-size: 12px;
	color: #423378;
}
a:link {
	color: #423378;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #423378;
}
a:hover {
	text-decoration: none;
	color: #c00000;
}
a:active {
	text-decoration: none;
	color: #c00000;
}

