
input.style {
font-family : arial;
font-weight: bold;
color: red;
font-size: 9pt;
width: 175px;
background: black;
}

A.style:link {
text-decoration: none;
font-size: 12pt;
font-weight: bold;
color: blue;
}
A.style:active {
text-decoration: none;
font-size: 12pt;
font-weight: bold;
color: navy;
}
A.style:visited {
text-decoration: none;
font-size: 12pt;
font-weight: bold;
color: teal;
}
A.style:hover {
text-decoration: none;
font-size: 12pt;
font-weight: bold;
color: red;
}

