h1 {
	text-align: center;
	font-style: cursive;
	font-size: 45px;
	float: left
	
}
body {
	text-align: center;
	background-image: url("http://a3.files.blazepress.com/image/upload/MTM0NjY4MjAyNjkyMDg5MTA2.gif");

}

#buttons {
	border-radius: 20px;
	background-color: #565656;
	text-decoration: none;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #666666
}
#buttons:hover  {
	background: #666666;
	font-weight: bold;
}

a {
	
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}
* {
	background-color: none;
	font-family: Romanji;
	color: #C0C000;
	font-size: 20px
	}

*:hover {
	color: #acac00;
	text-decoration: none
}

span {
	color: #C0C000;
	font-style: cursive
}

h2 {
	font-size: 30px;
	text-align: center;
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
	}
	
a:hover{
	color: #acac00;
	font-weight: bold;
	text-decoration: underline
}

.background {
	background-color: #666666;
    width: 400px;
    height: 150px;
    margin: 40px auto;
    text-align: left;
    border-radius: 10px;
    border: 15px double #565656;
    position: relative;
}

p {
	text-align: center;
	color: #C0C000;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

h3{
	text-align: right
}