

body {
 align: center;
 font-family: "Trebuchet MS,Arial,Helvetica,sans-serif";
 line-spacing: 1.1;
}

a {
    color: black;
    text-decoration: underline;
}

table { 
	align: center;
	width: 600px;
}

h1 {
    font-size: 50px;
}

.twittornado {
    background-color: lightyellow;
}

p.services {
    vertical-align: middle;
    font-size: 72px;
    font-weight: bold;
}

p.services .plus{
    margin-top: -20px;
}

img.noborder  {
    border: 0px;
}

.services img {
    height: 80px;
}

#nav {
    vertical-align: middle;
    float: right;
}

#mypic {
    width: 20px;
}

.user img {
  border: 1px solid black;
}

table #tweets tr td {
    padding: 2px;
    padding-top: 13px;
}

.tweet {
	padding: 15px;
}

h2 {
	align: center;
}

div.text { 
	font-size: 18px;
	font-color: black;
}

div.subtext {
	font-size: 12px;
	color: #555;
}

div.subtext a {
    color: #555;
}

div.created_at {
	display: inline;
}

div.source {
	display: inline;
}

