body {
	background-color: #FFFFCC;
	list-style-type: square;
	font-family: Verdana;
	color: Black;
	font-size: 10pt;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 2%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align : left;
}

TABLE {
	layer-background-color : #FFFFCC;
	background-color : #FFFFCC;
	border-left-width : medium;
	border-right-width : medium;
	border-bottom-width : medium;
	border-top-width : medium;
	border-left : dotted Yellow;
	border-right : dotted Yellow;
	border-bottom : dotted Yellow;
	border-top : dotted Yellow;
}

p {
	font-style: normal;
	color: Black;
	list-style-type: circle;
	list-style-position: inside;
	font-weight: normal
}
h3 {
	font-family: Verdana, Arial;
	font-size: 16pt;
	color: Black;
	font-weight: normal;
	letter-spacing : 2px;
}

h5 {
	font-family: Verdana, Arial;
	font-size: 11pt;
	color: Black;
	font-weight: bold;
}

td.menu {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
	background-image : url(bg.gif);
}

td {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
}

a:link {
	font-style: normal;
	color: #3399cc;
	text-decoration: none;
}
a:visited {
	color: #00cc00;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: Fuchsia;
	text-decoration: none;
}

strong {
	font-family: Verdana;
	font-size: 16pt;
	color: Black;
	font-weight: normal;
	letter-spacing : 8px;
}


