body {
	background-image: url(images/back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	text-align: justify;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:13px;
}

ul {
list-style-type:none;
}

td {
	vertical-align:bottom;
} 

#tweet {
font-size:10px;
text-align:center;
}

a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}