/* CSS Document */


a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}

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

a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

body	{
	margin: 0;
	padding: 0;
	background-color:#ffffcc;
	background-image:url(../clips/sandl2b.gif);
	font-family: "Times New Roman";
	font-size: 10px;
}

.menu-style {
	padding-top: 2em;
	position: relative;
}

p	{
	color:#006600;
	font-size:14px;
	font-weight: bold;
}
table {
	color:#006600;
	font-weight: bold;
}
ul {
	color: #000000;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	text-indent : 5px;
	list-style-position : outside;
}

li {
	color: #006600;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	text-indent : 5px;
	font-weight : bold;
	list-style-type : circle;
	list-style-position : outside;
}
	
.textdefault {
	font-size: 14px;
}
