body
{
	font-size: 0.9em;
	font-family: 'verdana', 'sans-serif';
	background-color: #000000;
	color: #ffff00;
}

#torzs2 {
  width: 70%;
  text-align: center;
  padding: 15px;
  
}
#a {
font-family:'Arial Black';
color: #ffff00;
font-size: 20px;
}
.myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
        -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
        box-shadow:inset 0px 1px 0px 0px #caefab;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
        background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
        background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
        background:-o-linear-gradient(top, #000000 5%, #000000 100%);
        background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
        background:linear-gradient(to bottom, #000000 5%, #000000 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
        
        background-color:#000000;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #268a16;
        
        display:inline-block;
        color:#ffff00;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #aade7c;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
        background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
        background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
        background:-o-linear-gradient(top, #000000 5%, #000000 100%);
        background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
        background:linear-gradient(to bottom, #000000 5%, #000000 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
        
        background-color:#000000;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }