#head {
	font-family:"Viner Hand ITC";
	font-size: 70px;
	color: white;
        text-align: right;
	}
#textbox {
	margin-left: 50px;
	text-color: white;
	border: 0px;
	width: 700px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	}
body{   background-image: url(images/flag.jpg);
	background-attachment: fixed;
	color: white;
	font-weight: bold;
	font-size: 20px;
	}
#footer {
	color: #ffefc1;
	padding: 20px;
	font-size: 15px;
	text-align: center;
}
#table{
	text-align:	center;
}


a:link { color: white;}
a:visited { color: white; }
a:hover { color: white; }
a:active { color: white; }


