/* CSS Document */

a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #000066;
	text-decoration: underline;

}

body {
	font-family: "Lucida Sans";
	font-size: x-small;
	list-style-position: outside;
	list-style-image:  url(file:///C|/Documents%20and%20Settings/Jacki/My%20Documents/Website%20Development/Creative%20Office%20Site/Elements/Round%20Bullet.GIF);
	background-color: #00007D;



}
