/*TwentyOnePilotsStyle.css to accompany TwentyOnePilotsMain.htm*/

body
{
       background-image: url("graygradient.jpg");
			 background-repeat: no-repeat;
			 background-position: center;
			 background-size: cover;
			 font-size: 17px;
			 margin: 40px 40px 100px 40px;
			 font-family: "Engravers MT";
}

.box
{
       background-image: "yellowblackswirl.jpg";
			 border: 3px solid #000000;
			 font-size: 25px;
			 height: auto;
			 font-family: "Engravers MT";
}

.tourdates
{
		 position: absolute;
		 font-size: 10px;
		 border: 5px solid #000000;
		 width:  80%;
		 padding: 20px;
}

a:visited
{
       color: #884EB8;
}
