/* Styles for Week 2 LVS Homework; created 1/22/01 */
 
 
body {background-image: URL(images/bgpuzzle3.jpg);
background-color: #ffffff;
font-family: arial, helvetica, san-serif;
color: #000000;
font-size: 12pt;
}
 
p {font-family: arial, helvetica, san-serif;
color: #000000;
font-size: 12pt;
}
 
table {background-color: #e0d1be;
font-family: arial, helvetica, san-serif;
color: #000000;
font-size: 12pt;
}
 
tr {background-color: #e0d1be;
font-family: arial, helvetica, san-serif;
color: #000000;
font-size: 12pt;
}
 
td {background-color: #e0d1be;
font-family: arial, helvetica, san-serif;
color: #000000;
font-size: 12pt;
}
 
h1 {font-family: arial, helvetica, san-serif;
color: #1f6362;
background-color: #e0d1be;
font-size: 1.25em;
}
 
h2 {font-family: arial, helvetica, san-serif;
color: #1f6362;
background-color: #e0d1be;
font-size: 1em;
}
 
a:link {color: #c00000;
background-color: #e0d1be;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
 
a:active {color: #00c0c0;
background-color: #e0d1be;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
 
a:hover {color: blue;
background-color: #e0d1be;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
 
a:visited {color: #1f6362;
background-color: #e0d1be;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
 
 
Back