@charset "utf-8";

/* CSS Document */

body {
	padding-top: 0px;
	background: url(images/bg2.jpg) repeat-x #003121;
}
a, a:link, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #003121;
	font-weight: bold;
}

a:hover {
	color: white;
	background: #C30;
}

h4.articles{
	margin:0;
	text-align: center;
	padding: 3px;
	color: 	white;
	background: #C30;
	font-size: 10px;
	text-transform: uppercase;
}

td.sidebar {
background: #eee;	
}

.articleslist {
	color: #6CF;
	background: #f5f5f5;
	border: 3px #C30 solid;
}

p.sidebar {
	margin-left: 5px;
	margin-right: 5px;
}

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: left;

}

table.whole {
	background: url(images/kidsfoodsecrets_pageback.jpg) repeat-y;
	margin: 0px auto;
}

h1 {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 18pt;

	font-weight: bold;

	text-align: center;

}



.footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-align: center;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

}

h3 {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

}

h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	text-align: left;

	font-style: normal;

}

.center {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: center;

}

/* etc design styles */
#navmenu{
	padding: 5px;
	background:  #ddd;
	display: block;
}

#navmenu a,a:link, a:visited {
	width: 157px;
	font-weight: bold;
	font-size: 12px;
}

#navmenu a:hover {
	width: 157px;
	border: 4px #403311 solid;
	background:  #014631;
}

