BODY {
		background-attachment : fixed;
		background-color : White;
		background-image : url(images/background.gif);
		background-position : top;
		color : Teal;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
}

A:link {
	color: Teal;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	color: #000066;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

.button1 {
background-color: Teal; color: Silver; font-weight: bold;
}

SELECT {
	font-size: 14px;
	background-color: White;
	border: thin #000066 solid
	}

input {  font-size: 14px; background-color: White; border: thin Teal solid}

textarea {  font-size: 14px; background-color: White; border: thin Teal solid}

H1, H2, H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #0066CC;
	font-weight: bold;
}

li { list-style-image: url(http://www.peacocktrips.com/images/pt_bullet.gif); list-style-type: circle; }

ul { list-style-image: url(http://www.peacocktrips.com/images/pt_bullet.gif); list-style-type: circle; }

ol { list-style-image: url(http://www.peacocktrips.com/images/pt_bullet.giff); list-style-type: circle; }