* {
	margin: 0;
	padding: 0;
}

body {	
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	color:#000;
	background-color: #e0eff7;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

p, td {	
	line-height: 160%; 
}

a:link {	
	text-decoration:none; 
	color: #044161; 
}

a:visited {
	text-decoration:none;
	color: #044161; 
}

a:hover {
	text-decoration:underline; 
	color: #044161; 
}

input, select, textarea {
	padding:3px;
	font-family: Verdana, Tahoma;
	font-size: 11px; 
	color:#000; 
}

#container{
	width: 760px; /*The width of our layout*/
	margin-left: auto;
	margin-right: auto;
	text-align: center; /*Resets the text alignment*/
	border: 4px solid #1c6db9;
	background-color: #a9defa;
}

.bimg {
	padding: 3px;
	margin: 4px;
	background-color: #fff;
	border: 2px solid #145e84; 
}
