ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

.div_box {padding: 2px; margin: 10px; border-style: solid; border-color: #bbb; border-width: 1px}

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

a:hover
{
  text-decoration: underline;
}
/*
a.menu {
	border-style: solid; border-width: 1px; border-color: #bbb; padding: 2px; padding-left: 10px; padding-right: 10px;
}
a.menu:hover {
	background-color: #ccc;
	text-decoration: none;
}
*/
a.menu {
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #000;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    background-color: #f93;
}
a.menu:hover {
    background-color: #aaa;
    color: #000;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}
p { font-size: 12px }
body
{
  padding: 20px;
}
input, textarea, select {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
div.footer {
	background-image: url("/images/waveform.jpg"); 
	color: #6cf; 
	font-weight: bold;
}

td,th {
  vertical-align: top;
}
button {
	width: 140px;
	border-style: solid;
	border-color: #666;
	background-color: #09c;
	border-width: 1px;
	font-size: 12px;
}
.button {
	width: 140px;
	border-style: solid;
	border-color: #666;
	background-color: #09c;
	border-width: 1px;
	font-size: 12px;
}
h1 {
	font-family: arial;
	font-size: 24px;
}