body {
	background:white;
	padding:50px;
	background-image: url("./img/1-2.jpg");
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat
}

body,th,td {
	font-size:11px;
	font-family:Verdana;
	color:black;
}

a:link {
	color:black;
	text-decoration:none;
}

a:visited {
	color:black;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:none;
}

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

.text1 {
	color:black;
	font-size:24px;
	font-weight:Bold;
	filter:DropShadow(color=gainsboro offX=3 offY=3);
	width=100%;
}

.td1 {
	border-color:black;
	border-style:solid;
	border-width:1px;
	background-color:white;
}
