body {

text-align: center;
font-family: Helvetica,Areal,sans-serif;
background-color: black;
color: #DEE262;
margin: 0px;
}

a {
color: #DEE262;
}

h1 {
text-align: center;
background-color: black;
color: #DEE262;
font-size: large;
margin-top: 70px;
margin-bottom: 0px;
}
/*contact info*/
h2 {
font-size: large;
margin-bottom: 0px;
margin-top: 0px;
text-align: right;
padding-right: 70px;
background-color: black;
}
/*Sidebar*/
h3 {
color: black;
text-align: left;
}
/*body*/
h4 {
color: black;
text-align: center;
margin-bottom: 2px;
}
/* main subtitle */
h5 {
text-align: center;
background-color: black;
color: #DEE262;
font-size: larger;
margin-top: 10px;
margin-bottom: 0px;
}

hr {
color: black;
margin-bottom: 15px;
margin-top: 0px;
width: 60%;
background-color: black;
height: 2px;
border: 0px;
}

ul{
list-style:none;
	padding-left: 1em;
	text-indent: -1em;
}

li {
margin-bottom: 3px;
}

table {
background-color: #9a0202;
width: 100%;
border: 0px;
margin-top: 0px;
color: black;
}

td.left {
width: 200px;
text-align: left;
vertical-align: top;
background-color: #9a0202;
padding-left: 10px;
}

td.right {
text-align: center;
vertical-align: top;
background-color: #9a0202;
width: 200px;
margin-top: 0px;
padding-top: 0px;
}

td.center {
text-align: center;
vertical-align: top;
background-color: #9a0202;
padding-top: 10px;
width: inherit;
}

#stuff {
font-size: large;
margin-left: 4px;
}

#twitter_div {
font-size: small;
}

#twitter_div a:link {
color: black;
font-weight: 200;
}

#twitter_div ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
}

#twitter_div li{
margin-bottom: 7px;
}