body {
	background: #A12014;
	/* background-image: url("/bg2.png");
	background-repeat: repeat; */
}

span {
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	background: white;
	padding: 25px;
	border-radius: 2%;
}

h1 {
    font-size: 40px;
}

table {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin: auto;
    text-align: center;
    width: 100%;
    font-family: sans-serif;
}

tr {
    border: none;
}

td: {
    border: none;
}

td a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
}

.main {
	font-size: large;
}

.main2 {
	width: 70%;
	font-size: large;
	float: left;
}

.twitter {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer {
	font-size: x-small;
	text-align: center;
	clear: both;
}