﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
a {
	color: #3333CC;
}
a:visited {
	color: #666699;
}

h1 {
color: #AF8F87;
font-size: x-large

}
h2 {
color: #000000;
font-size: large;
	font-weight: normal;
}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #507078;
}

ul
{
	list-style-image: url(images/bullet1.gif);
}
ul ul
{
	list-style-image: url(images/bullet2.gif);
}
ul ul ul
{
	list-style-image: url(images/bullet2.gif);
}
