body {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	color: #003366;
	background-color: #336688;
	}

h1 {
	font-size: 16px;
	color: #FFFFCC;
	font-weight: bold;
	font-family: Garamond, Georgia, Book Antiqua;
	}

#container {
	font-size: 14px; 
	font-weight: normal; 
	line-height: 21px; 
	font-family: Book Antiqua, Garamond, Georgia, Times New Roman;
	padding: 5px;  
	width: auto;
	text-align:justify;
	margin: 10px 10px 10px 10px; 
	border: solid #FF9900 3px;
	background: #FFFFCC;
	}

a.tasty:link, .tasty a:link {
	color: #336688; 
	border-bottom: #336688; 
	text-decoration : none; 
	border-width: 0px 0px 2px 0px; 
	border-style: none none dotted none; 
	font-weight: normal;
	}

a.tasty:visited, .tasty a:visited {
	color: #336688; 
	border-bottom: #336688; 
	text-decoration : none; 
	border-width: 0px 0px 2px 0px; 
	border-style: none none dotted none; 
	font-weight: normal;
	}

a.tasty:hover, .tasty a:hover {
	color: #FF9900; 
	border-bottom: #FF9900; 
	text-decoration : none; 
	border-width: 0px 0px 2px 0px; 
	border-style: none none dotted none; 
	font-weight: normal;
	}
