a.button {
background : #b1b1b1;
color : #800;
font-weight : bold;
border-width : 4px;
border-style : solid;
border-top-color : #dfdfdf;
border-right-color : #666;
border-bottom-color : #333;
border-left-color : #858585;
}
a.menu {
background : #b1b1b1;
color : green;
font-weight : bold;
border-width : 4px;
border-style : solid;
border-top-color : #dfdfdf;
border-right-color : #666;
border-bottom-color : #333;
border-left-color : #858585;
}
h1 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-align : center;
letter-spacing : 3px;
font-size : 1.7em;
color : black;
background : inherit;
}
h2 {
margin-top : 0;
text-align : center;
font-size : 1.4em;
color : black;
background : inherit;
}
h2R {
margin-top : 0;
text-align : center;
font-size : 1.4em;
color : red;
background : inherit;
}
body, bg1 {
color : black;
background-color : wheat;
background-attachment : fixed;
/*background-image : url('HTML/Images/BG01.jpg');*/
background-position : right bottom;
background-repeat : no-repeat;
}
bg1 {
width : 400px;
margin : 0 auto;
padding : 0;
border : 1px solid rgb(200, 200, 200);
/*background-image : url('HTML/Images/BG01.jpg');*/
height : 300px;
}

