/* File [Louis.Facchino.css], updated 07/05/2006, linked to [Louis.Facchino.htm] */
/* 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
}
/* Body Tag */
/* ======== */
body {
background-color: #ffffc0;
background-image: url("notebook.jpg");
color: black;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 100%;
margin-left: 0.5in;
margin-top: 0.3in
}
/* Image Tag */
/* ========= */
img.autoflow {
float: left;
margin: 6px 6px 6px 0px;
}
/* Paragraph Tag */
/* ============= */
p {
text-indent: 0.25in
}
/* Table Tag
   ========= */
table {
border-top: 18px double red;
border-right: 18px double blue;
border-bottom: 18px double red;
border-left: 18px double green;
}
/* Table Tag Class="flags 
   ====================== */
table.flags {
border: none;
float: right;
padding: 2px;
z-index: -1;
}
/* Table (Cell) Data Tag */
/* ===================== */
td {
background-color: PapayaWhip;
font-family: "Times New Roman", serif;
font-size: larger
}
/* End-of-File [Louis.Facchino.css] */
