/* Generic Selectors */

body {
font-family: "Times New Roman", Georgia, serif, Times;
font-size: 14px;
color: #000000;
background-color: #FFFFFF; // #C0C0C0;
}

td {
border-style: none;
border-color: #000000;
border-width: 2px;
padding: 1,1,1,1;
font-size: 16px;
font-weight: lighter;
text-align: center;
}

p {
width: 95%;
}
p.textbox {
    width: 80%;
}

img {
border-style: solid;
border-color: #000000;
border-width: 2px;
}

a {
color: #505050;
cursor: pointer;
text-decoration: none;
font-weight: lighter;
}
a:link {
color: #505050;
cursor: pointer;
text-decoration: none;
font-weight: lighter;
}
a:visited {
color: #505050;
text-decoration: none;
font-weight: lighter;
}
a:active {
color: #505050;
font-weight: lighter;
text-decoration: none;
}
a:hover {
color: #7F7FFF;
font-weight: lighter;
text-decoration: underline;
}
