#container {
	width:550px;
	height:auto;
	margin: 20px auto 0px auto;
}
#bd {
	height:200px;
	padding:10px;
	margin-top: 10px;
	background-color: #cfdce6;
	border: #406480 solid 1px;
	color: #2d506c;
	font-size:14px;
}
#header {
	padding:10px;
	text-align:right;
	font-size:20px;
	font-family:"cambria", Georgia, "Times New Roman", Times, serif;
	background-color: #cfdce6;
	border: #406480 solid 1px;
	color: #1E3448;
}

img.special {
	margin-left: 10px;
	border-left: 2px dotted #000000;
	padding-left: 10px;
}
body {
	background-image: url(images/blue-tile.png);
}

A:link {
    color: #2d506c;
    text-decoration: none;
    border-bottom: #1E3448;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

A:hover {
	color: #1E3448;
    text-decoration: none;
    border-bottom: #000000;
    border-width: 0px 0px 2px 0px;
    border-style: none none groove none;
}
