body { background-color: white; font-family: Arial, Helvetica, Sans-Serif; 

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

}

A:active{ text-decoration: none; color: green; }
A:link{ text-decoration: none; color: green; }
A:visited{ text-decoration: none; color: green; }
A:hover{ text-decoration: none; color: green; }

p { text-align: justify; font-weight: bold; text-decoration: none; }

div { text-align: center; font-weight: bold; }

blockquote { text-align: justify; font-weight: bold; }


li { font-weight: bold; text-align: left; }

.mot { font-weight: bolder; font-size: large; color: gray; font-style: italic; }

.hi { font-style: italic; }


/* begin menu */

.buttonscontainer {width: 200px;}

.buttons a { color: #2FFF00;
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 #2FFF00 #2FFF00 #2FFF00;
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: #2FFF00 #ffFFFF #ffFFFF #2FFF00;
color: #2FFF00;
text-decoration: none;

 }

/* end menu */

