body {
	font-family: times new roman;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: 000000;
	background-color: ddffee;
	background-image: url(http://www.slashellefisher.com/images/bg5.gif);
	background-repeat: repeat;
	}

a:link {
	font-family: times new roman;
	font-style:normal;
	font-weight: normal;
	font-size: 12pt;
	color: blue;
	}

a:active {
	font-family: times new roman;
	font-style:normal;
	font-weight: normal;
	font-size: 12pt;
	color: blue;
	}

a:visited {
	font-family: times new roman; 
	font-style:normal;
	font-weight: normal;
	font-size: 12pt;
	color: blue;
	}

A:hover {
	font-family: times new roman;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: darkgreen;
	}
	
h1 {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 24pt;
	color: 000000;
	}
	
h2 {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 20pt;
	color: 000000;
	}
	
h3 {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 16pt;
	color: 000000;
	}

h4 {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 12pt;
	color: 000000;
	}

h5 {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 10pt;
	color: 000000;
	}

ul {
	font-family: times new roman; 
	font-style:normal;
	font-weight: normal;
	font-size: 12pt;
	color: 00007b;
	}

marquee {
	font-family: times new roman; 
	font-style:normal;
	font-weight: bold;
	font-size: 10pt;
	color: df9900;
	}
	
#element1 {
	position: absolute;
	bottom: 10px;
	}

.red {
	color: ff0000;
	}

.orange {
	color: ffa500;
	}

.yellow {
	color: ffff00;
	}

.green {
	color: 00ff00;
	}
	
.blue {
	color: 0000ff;
	}

.purple {
	color: 800080;
	}
	
.white {
	color: ffffff;
	}
	
.gold {
	color: ffd700;
	}
	
.pink {
	color: ffc0cd;
	}

.lemonchiffon {
	color: fffacd;
	}
	
.beige {
	color: f5f5dc;
	}
	
.black {
	color: 000000;
	}