/* body attributes */
body {
	background-color: white; color: green;
	font-family: tahoma, arial, verdana, helvetica; }

/* hyperlink attributes */
a:link, a:active, a:visited {
	text-decoration: underline; color: #f0d000; }
a:hover {
	text-decoration: underline; color: #f0f000; }

/* form attributes */
input, select {
	font-family: tahoma, arial, verdana, helvetica;
	font-size: 10pt; height: 14pt; }

/* thumbnail/rollover attributes */
img.mublaimg { border: 2px gold outset; }
img.highlight { border: 2px #ffffff inset; }

TABLE {
    margin-left: auto;
    margin-right: auto
}

/* link-menu boxattributes */
div.mublamenu {
	border: 1px #008080 solid;
	background-color: #008080; color: white;
	font-weight: bold; font-size: 10pt;
	text-align: relative; }

/* thumbnail-body attributes */
div.mublabody {
	background-color: #d8edda;
	font-size: 8pt; text-align: relative; }

/* 'Powered by' box attributes */
div.mublacopy {
	font-size: 8pt; text-align: relative; color: green; }

/* runtime-debugging box attributes */
div.mubladebug {
	font-size: 8pt; font-weight: none; color: #c0c0c0;
	text-align: relative; }
