h1 {font-family:Arial;}
p {font-family:Arial;color:gray;}
ul {font-family:Arial;font-size:14px;}
ol {color:gray;}
.music {font-size:14px;}
.music ul {font-size:12px;color:gray;list-style-type: none}
.bottom a:link {color:gray;}
.bottom a:visited {color:gray;}
.bottom {color:gray;font-size:11px;}
.Button {
display: inline-block;
border: 0px solid #ffffff;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 40px Arial;
font-weight: bold;
padding: 10px 16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow:0px 0px 0px #444444;
-moz-box-shadow: 0px 0px 0px 0px #444444;
-webkit-box-shadow: 0px 0px 0px 0px #444444;
box-shadow: 0px 0px 0px 0px #444444;
color: #ffffff;
background: #4481e9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4481e9), to(#63a6f2));
background-image: -moz-linear-gradient(top,  #4481e9,  #63a6f2);
background-image:     -ms-linear-gradient(top, #4481e9,  #63a6f2);
background-image:      -o-linear-gradient(top, #4481e9,  #63a6f2);
background-image:         linear-gradient(top, #4481e9,  #63a6f2);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#4481e9', endColorstr='#63a6f2');
}
.Button:hover {
background: #4481e9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#63a6f2), to(#4481e9));
background-image: -moz-linear-gradient(top,  #63a6f2,  #4481e9);
background-image:     -ms-linear-gradient(top, #63a6f2,  #4481e9);
background-image:      -o-linear-gradient(top, #63a6f2,  #4481e9);
background-image:         linear-gradient(top, #63a6f2,  #4481e9);
filter:  progid:DXImaGETransform.Microsoft.gradient(startColorstr='#63a6f2', endColorstr='#4481e9');
text-decoration: none;
color: #ffffff;
}
.Button:active {
color: #ffffff;
position: relative;
top: 1px;
}