/* File [Martha.css] used with [Martha.htm] == [index.htm] == [index.html] */
/* anchor Tag <a> in general */
/* ========================= */
a:link: {
background: none;
color: blue;
text-decoration: underline
}
a:visited {
background: none;
color: navy;
text-decoration: underline
}
a:hover {
background: none;
color: teal;
text-decoration: underline
}
a:active {
background: none;
color: red;
font-size: 100%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: none
}
/* anchor Tag <a> class="one" */
/* ========================== */
a.one:link {
background: navy;
color: #cccc99;
text-decoration: none
}
a.one:visited {
background: navy;
color: silver;
text-decoration: none
}
a.one:hover {
background: #cccc99;
color: navy;
text-decoration: underline
}
a.one:active {
background: #cccc99;
color: navy;
font-size: 100%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: none
}
/* anchor Tag <a> class="two" */
/* ========================== */
a.two:link {
background: navy;
color: yellow;
text-decoration: none
}
a.two:visited {
background: navy;
color: silver;
text-decoration: none
}
a.two:hover {
background: yellow;
color: navy;
font-weight: bolder;
text-decoration: none
}
a.two:active {
background: yellow;
color: navy;
font-size: 100%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: none
}
/* body Tag <body> */
/* =============== */
body {
background: CornSilk;
color: purple;
font-family: Arial, Helvetica, Verdana, sans-serif
}
/* table cell Tag <td> */
/* =================== */
td.one {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 150%;
font-weight: bold}
td.two {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%;
font-weight: bold
}
/* End-of-File [Martha.css] */
