html{
font-size:100%;

}
.myButton {
cursor: pointer;
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding: 4px;
}
.myButton:hover {
	background-color:#000000;
}
.myButton:active {
position:relative;
top:1px;
}

div.draggable { 
padding: 0.5em; 
width: 150px;
text-align: center; 
}

.menubutton {
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding: 4px;
}

a#menubutton{
color: #FFFFF0;
}

body{
max-width: 98%;
font-family:Verdana, sans-serif;
background-image: linear-gradient(to bottom,#95a8b7, #2b2b2b);
color:#black;

}

h1, h2, h3{
font-family:"Century Gothic";
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding:0.5em;
}

h1{
font-size:1.6em;
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding: 4px;
}

h2{
font-size:1.4em;
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding: 4px;
}

h3{
font-size:1.2em;
background-image: linear-gradient(to right bottom, #95a8b7, #2b2b2b);
color: #FFFFF0;
border-radius: 4px;
border: 4px;
padding: 4px;
}

p{
margin:0.5em;
padding:0.5em;
}

a{
text-decoration:none;
color:#fffff0;
}

a.current,
a:hover{
color:#000000;
}

a:focus,
a:active {
color: #ffcc00;
}


table{
max-width: 98%;
}

td, th{
border:1px solid #000;
padding:0.3em;
border-radius: 4px;
}

div#wrapper{
max-width: 98%;
margin: 0em auto;
padding:0.5em;
width:70em;
border-radius: 4px;
background-color: #FCFBE3;
}
div{
border-radius: 4px;
}
div#containment-wrapper{
border-radius: 4px;
background-image:linear-gradient(to bottom,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen,lightgray, lightgreen);
position: relative;
width:98%;
height:2000px;
}

.bunt{
background:pink;
}