/* CSS Document */

#general {
	margin-left: 40px;
	}

#menu {
	padding-left: 10px;

}
#menu a {
	text-decoration: none;
	color: red;
	}
#menu tr td a:hover {
	text-decoration: underline;
	}
p {
	text-indent:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	list-style:none;
	color:#000000;	
}


