@charset "utf-8";
/* CSS Document */
body {
	background-color: #7c7c7c;
	margin-left: 5px;
	margin-top: 10px;
	font-family: Verdana,Arial;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
a:link, a:visited {
	color: #00749e;
	text-decoration: none;
}
a:hover, a:active {
	color: #00749e;
	text-decoration: underline;
}
td {
	font-size: 15px;
	font-weight: normal;
}
#twitter {
	float: right;
	margin-top: 30px;
}