body { background-color: #ffffff; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: small;

text-align: left; 
margin-left: 20%;
margin-right: 20%;
}


p { text-align: left; font-size: small; }

div { text-align: center; }

h1 { text-align: center; font-weight: bold; font-size: font-size: x-large; }

li { text-align: left; }

.copy { text-align: center; font-weight: bold; font-size: small; }

.news { text-align: left; font-weight: bold; font-size: small; }

a:active { font-size: small; text-decoration: none; color: blue; }
a:link { font-size: small; text-decoration: none; color: blue; }
a:visited { font-size: small; text-decoration: none; color: blue; }
a:hover { font-size: medium; text-decoration: none; color: blue; }

.js { background-color: yellow; color: red; }
.hz { font-size: x-small; font-family: Courier New, Courier, Monospace; }

.zlet { color: red; font-size: large; font-weight: bold; font-style: oblique; }

.not { font-size: x-small; font-style: italic; }

.not a { font-size: x-small; font-style: italic; }

/* begin menu */

.buttonscontainer {width: 200px;}

.buttons a { color: #3366FF;
border: 1px solid;
background-color: #000000;
padding: 2px;
padding-left: 3px;
font: 14px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #ffFFFF #3366FF #3366FF #ffFFFF;
display: block;
margin: 0px;
width: 100%;
text-align: center; }

.buttons a:hover { border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FFFFFF;
border-color: #3366FF #ffFFFF #ffFFFF #3366FF;
color: #3366FF;
text-decoration: none;

 }

/* end menu */

