body 
{
  background: #00F04B; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #45B600 , #00F04B); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #45B600, #00F04B); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #45B600, #00F04B); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #45B600 , #00F04B); /* Standard syntax */
} 


#outer 
{
min-width:760px;
max-width:860px;
min-height:520px;
max-height:800px;

margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

padding:5px;

border-style:solid;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius:15px;

border-width:8px;
border-color:#25751E

box-shadow: 7px 7px 3px #888888;
color:#25751E
}

#canvas001
{
position:relative;
bottom:25px;
margin-top:10px;
margin-left:32px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius:15px;

box-shadow: 7px 7px 3px #888888;
}

h1
{
position:static;
top:3px;
bottom:3px;
font-family:Tahoma, Geneva, sans-serif;
font-size:22px;
text-align:center;
color:#062B02;
background-color:#062B02;
padding: 3px;
border:2px solid;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius:25px;
box-shadow: 7px 7px 3px #888888;
color:#C9FCC4;
text-shadow: 5px 5px 5px #25751E;
}

h2
{
position:static;
text-align:center;
margin-top: 3px;
top:3px;
bottom:3px;
font-style:italic;
font-family:Tahoma, Geneva, sans-serif;
font-size:22px;
background-color:#06176B;
color:#F4D65D;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius:25px;
box-shadow: 7px 7px 3px #888888;
//color:#25751E
}

h3
{
position:static;
text-align:center;
margin-top: 2px;
margin-bottom: 2px;
top:2px;
bottom:2px;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#062B02;
padding: 1px;
// text-shadow: 3px 3px 1px #888888;
}