@charset "utf-8";
/* CSS Document */
body {
	background-size: 100%;
	background-repeat: no-repeat;
	background-image:url(../images/IMG_1356.JPG);
	color:#000000;
	font-size: large;
	text-align: center;
}
#ftr
{
	font-size:x-small;
	font-weight:bold;
	text-align:center;
}
a:link{color:#0000FF; text-decoration:none}
a:visited{color:#0000FF; text-decoration:none}
a:active{color:#0000FF; text-decoration:none}
a:hover{color:#FF0000; font-weight:bold; text-decoration:underline; background-color:#CCCCCC}
td {text-align:left;}
div {
	 overflow-y: auto;
    max-height: 500px; 
}