/* CSS Document */
.wrapper {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.wrapper1 {
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
body {
	background-color: #B3E1F8;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
}
.style1 {
	font-size: 24px;
	font-style: italic;
}
a:link {
	color: #00C0ED;
}
a:visited {
	color: #0071B5;
}
a:hover {
	color: #0071B5;
}
a:active {
	color: #00C0ED;
}