h1
{
width: 100%;
text-align:center;
color:#444444;
text-shadow: #000000 2px 2px 2px;	
}

a:link {color:#FF7733; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:visited {color:#FF7733; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:hover {color:#FF7733; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:active {color:#FF7733; TEXT-DECORATION: none; FONT-WEIGHT: bold;}

#yes
{
color: #00AA00;	
width: 100%;
text-align:center;
text-shadow: #000000 2px 2px 2px;	
}

#no
{
color: #AA0000;	
width: 100%;
text-align:center;
text-shadow: #CCCCCC 2px 2px 2px;	
}

#wrapper
{
position: absolute;
width: 80%;
top: 10%;
left:10%;
border: solid 2px #000000;
background-color: #FFAA55;
box-shadow: #CCCCCC 5px 5px 5px;
border-radius:25px;
color: #888888;
}

#question
{
padding-left:25px;
padding-right:25px;
position: relative;
background-color: darkblue;	
}

#restart
{
position: relative;
background-color: darkblue;	
}

body
{
background-color: #000000;
font-size:24px;
}

button
{
font-size:24px;
border-radius:15px;
height:50px;
box-shadow: #002288 5px 5px 5px;
text-align:center;
}
input
{
font-size:24px;
border-radius:15px;
box-shadow: #002288 5px 5px 5px;
text-align:center;
padding-left:20px;
padding-right:20px;
padding-top:2px;
padding-bottom:2px;
}

