body { margin-top: 5px; padding: 0px; }

#main { border: 1px dotted; }

#header { background: url(images/header.png); width: 100%; height: 150px; border-bottom: 1px dotted black; }

#nav { margin-top: 5px; margin-bottom: 3px; border-bottom: 1px solid black; border-top: 1px solid black; }

#but1 { background: url(images/but-o.png); height: 30px; text-align: center; color: white;}

#but { background: url(images/but.png); height: 30px; border-left: 1px dotted black; text-align: center;  color: black;}

#but:hover { background: url(images/but-o.png); height: 30px; border-left: 1px dotted black; text-align: center;  color: black;}

#but2 { background: url(images/but.png); height: 30px; border-left: 1px solid black; }

#menu { border: 1px solid black; margin-top: 2px; margin-bottom: 5px; margin-left: 2px; margin-right: 2px;}

#bar { background: url(images/bar.png); height: 25px; border-bottom: 1px dotted black; font-weight: bold; }

#field { background-color: #FFFFFF; text-align: center; }

#field:hover { background-color: #FFFF99; text-align: center; }

#footer { background: url(images/footer.png); margin-top: 3px; border-top: 1px dotted black; height: 30px; }

a {color: black; text-decoration: none;}

a:hover {color: red; text-decoration: underline;}