img {
border: none;


}

.block {
border: none;
margin-left: auto;
margin-right:auto;
display: block;
}

.brock {
display: block;
text-align: center;
}

body {
background-color: LemonChiffon;

}

.box {
border: solid black 1px;
padding-left: 6px;
background-color: LightGoldenrodYellow;
}

.linko {
font-size: 150%;
color: black;
}

td, tr {
border: solid black 1px;
}

table {
width: 90%;
margin-left: auto;
margin-right:auto;
}

td.menucol {
width: 20%;
text-align: center;
background-color: Cornsilk;
padding-top: 0px;

}

td.contentcol {
width: 80%;
background-color: Cornsilk;
padding: 10px;
}

td.logobox {
background-color: Cornsilk;
}

.button {
background-color: LightGoldenrodYellow;
border: dotted black 1px;
padding: 5px;
text-align: center;
margin: 5px;

}

.button:hover {
background-color: PapayaWhip;
}
/*
img.cent {
margin: 15px;
}
*/
a {
text-decoration: underline;
color: black;
}

a:visited {
text-decoration: underline;
color: black;
}

h1, h2, h3, h4 {
padding: 0;
margin: 0;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.ibox {
width: 590px;
}

.menfix {
width: 100%
height: 100%;
}

li {
list-style: square;
text-align: left;
}

.abe {
vertical-align: top;
}

.mesa {
border: none;
}


#left {
position: absolute;
left: 300 px;
}

#centre {
top: 0px;
}

#right {
position: absolute; 
right: 300 px;
}
