/* File [soh1967.css], updated 09/23/2005, linked to [soh1967.htm] == [index.htm] == [index.html] */
/* anchors in general */
/* ================== */
a:link {
color: blue;
text-decoration: underline;
}
a:visited {
color: navy;
text-decoration: underline;
}
a:hover {
background: blue;
color: white;
}
a:active {
background: blue;
color: yellow;
}
/* class="one" anchors */
/* =================== */
a.one:link {
color: OldLace;
text-decoration: none
}
a.one:visited {
color: silver;
text-decoration: none
}
a.one:hover {
background: OldLace;
color: teal;
text-decoration: underline
}
a.one:active {
background: OldLace;
color: red;
text-decoration: underline
}
/* class="two" anchors */
/* =================== */
a.two:link {
color: blue;
font-weight: bolder;
text-decoration: none
}
a.two:visited {
color: navy;
font-weight: bolder;
text-decoration: none
}
a.two:hover {
background: blue;
color: white;
font-weight: bolder;
text-decoration: underline
}
a.two:active {
background: blue;
color: teal;
font-weight: bolder;
text-decoration: underline
}
/* class="three" anchors */
/* =================== */
a.three:link {
background: lightgreen;
color: navy;
font-weight: bolder;
text-decoration: overline underline
}
a.three:visited {
background: lightgreen;
color: navy;
font-weight: bolder;
text-decoration: overline underline
}
a.three:hover {
background: navy;
color: lightgreen;
font-weight: bolder;
text-decoration: overline underline
}
a.three:active {
background: navy;
color: teal;
font-weight: bolder;
text-decoration: overline underline
}
/* class="h" Halloween anchors */
/* =========================== */
a.h:link {
background: orange;
color: white;
font-size: 120%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:visited {
background: orange;
color: black;
font-size: 120%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:hover {
background: orange;
color: gray;
font-size: 130%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
a.h:active {
background: orange;
color: teal;
font-size: 140%;
font-style: oblique;
font-variant: small-caps;
font-weight: bolder;
text-decoration: underline;
}
/* end of class="h" Halloween hyper link anchor tag */
/* class="yellow" anchors */
/* =================== 
a.yellow:link {
background-color: #ffff00 /*yellow*/;
color: #000000 /*black*/;
font-weight: bold;
text-decoration: underline;
}
a.yellow:visited {
background-color: #ffff00 /*yellow*/;
color: #c0c0c0 /*silver*/;
font-weight: bold;
text-decoration: underline;
}
a.yellow:hover {
background-color: #000000 /*black*/;
color: #ffff00 /*yellow*/;
font-weight: bold;
text-decoration: overline underline;
}
a.yellow:active {
background-color: #000000 /*black*/;
color: #008080 /*teal*/;
font-weight: bold;
text-decoration: overline underline;
}
/* end of class="yellow" hyper link anchor tag */
/* ================================================ */
body {
background-color: #d0f0e0;
background-image: url("notebook.jpg");
color: black;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%
}
/* ==================== */
p {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%
}
/* End-of-File [soh1967.css] */