body {
		font-family: "trebuchet MS", arial, sans-serif;
		font-size: 13px;
		color: black;
		background-color: transparent;

		
		
	}

a {
		color: white;
		background-color: #0E3E54;
		font-size: 12px;
	
		font-family: "trebuchet MS", arial, sans-serif;
		text-decoration: none;

	}


a:hover {
		background-color: transparent;
		color: white;
		font-size: 20px;
	}


table {
		background-color: transparent;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		font-size: 13px;
		border: 1px dashed lightgray;

	}

h1 {
		font-size: 14px;
		color: white;				
	}

h2 {
		font-size: 13px;
		color: white;				
	}


p {
		background-color: white;
		padding-left: 3px;
	}