A:link {
   text-decoration:underline;
   color:"#0000ff"
}

A:visited {
   text-decoration:underline;
   color:"#0000ff"
}

A:hover {
   text-decoration:none;
   color:"#d00000"
}

body, td, th {
   font-family: arial,helvetica,sans-serif;
   font-size: 80%;
}

em {
   font-weight: bold;
   font-style: italic;
}

pre, code {
   font-family: "andale mono", "monotype.com", "courier new", monospace;
   font-size: 95%;
}

h1 {
   font-family: arial,helvetica,sans-serif;
   font-size: 145%;
   font-weight: bold;
}

h2 {
   font-family: arial,helvetica,sans-serif;
   font-size: 125%;
   font-weight: bold;
}

h3 {
   font-family: arial,helvetica,sans-serif;
   font-size: 100%;
   font-weight: bold;
}


input {
   font-family: arial,helvetica,sans-serif;
}

textarea {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small, select.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

textarea.small {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	font-size: 75%;
}


