/* Background color is "plum" */
body { background: #FFCC99;
		 color: #000033;
		 font: 105% tahoma, helvetica, arial, sans-serif;
		 margin: 5% 15% 5% 15%;
}

h1,h2,h3
{
font-family: garamond, arial, 'sans serif';
color: #cc0099;
margin-bottom: 10px;
text-align: center;
}

h1 {font-size: 200%}
h2 {font-size: 150%}
h3 {font-size: 120%}
a {font-size: 110%}

dl,dt,dd
{
font-size: 110%;
}

p,th,td
{
font-size: 100%;

li {
  list-style-type: disc;
  list-style-image: url(images2/b-passion.gif);

}

/* color is "lightskyblue" */
th {background-color: #87CFFA}

/* Color of td text is "dark navy" */
td,dl,dt
{
font-family: "comic sans ms", arial, 'sans serif'; color: rgb(0,0,64);
margin-left: 5%;
/* font-weight:600; */
}

dd {margin-left: 10%}

/* color of link is "hot pink", active is "lightseagreen", hover is "purple" */
a:link {color:#FF0080; text-decoration:none;}
a:visited {color:rgb(62,133,56); text-decoration:none}
a:active {color:#20B2AA; text-decoration:none}
a:hover {color:#800080; text-decoration:none}
