a:link {color: #999999;text-decoration: underline; font-weight: bold}
a:hover {color: #4BAB5B; font-weight: bold}
a:active {color: #FFFFFF; text-decoration: underline; font-weight: bold}
a:visited {color: #000000; text-decoration: bold}

.class p a:link {color: #999999;text-decoration: underline; font-weight: bold}
.class p a:hover {color: #4BAB5B; font-weight: bold}
.class p a:active {color: #FFFFFF; text-decoration: underline; font-weight: bold}
.class p a:visited {color: #000000; text-decoration: bold}

ul 
{
	list-style-image: url(images/dot.gif);
	font-family: verdana;
	font-size: 10px;
	list-style: outside url(images/dot.gif);
	list-style-position: outside;
}

body
{
	background-color: #F9FFDB;
	text-indent: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}

p
{
	font-family: verdana;
	font-size: 10;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.p2
{
	font-family: verdana;
	font-size: 10;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
font-family: verdana;
font-size: 12;
text-decoration: bold
}

.h2
{
font-family: verdana;
margin-left: 10px;
font-size: 12;
font-weight: bold
}
