/* stylesheet created by Miraz Jordan Nov 2000
and updated February 2004
Text should be purple. Headers should be green. All on a white background-color.
Text justified as requested.
 */


body {
background-color: #ffffff; 
color: #9900cc; 
font-family: Verdana, Helvetica, Arial, sans-serif;
 }


p {
background-color: #ffffff; 
color: #9900cc; 
font-family: Verdana, Helvetica, Arial, sans-serif;
 }

table { clear: both; }

td {
background-color: #ffffff; 
color: #9900cc; 
font-family: Verdana, Helvetica, Arial, sans-serif;
 }


/* links */

/* anchors refer both within and beyond the document. White on purple. */
a, a:link {
background-color: #ffffff; 
color: #9900cc; 
}


/* green on white */
a:visited {
background-color: #ffffff; 
color: #009966; 
}


a:active {
background-color: #ffffff; 
color: #009966; 
}

/* white on green background-color */
a:hover {
background-color: #ffffff; 
color: #009966; 
}


/* occasional formatting */
i {
font-style: italic;
}

b {
font-weight: bold;
}

.center {
text-align: center;
}

.small {
font-size: small;
}


/* headings - green on white */
h3 {
background-color: #ffffff; 
color: #009966; 
}


h2 {
background-color: #ffffff; 
color: #009966; 
}

h1 {
background-color: #ffffff; 
color: #009966; 
}




/* graphics are included in this section */


/* top picture - scales will appear at left if browser uses stylesheets 0 pixels down */
#scales {
 }
/* background-color: #ffffff;
color: #ffffff;
 */

/* kids check their underpants */
#pants { 
width: 135px;
height: 179px;
 }
/* clear: left; */
