@charset "utf-8";
/* CSS Document */
body { 
	color: black; 
	background-color: white; 
	margin-top: 40px;
}

p {}

td { color: #a7a7a7; font-size: 11px; font-family: arial; }
a { color: #c41130; font-size: 11px; font-family: arial; text-decoration: none; }
a:hover { color: #c41130; font-size: 11px; font-family: arial; text-decoration: underline; }
h1 { color: #6f6f6f; font-size: 15px; font-family: "trebuchet ms"; font-weight: normal; letter-spacing: 1px; }

.menu_link {
	padding-left: 5px;	
}