@charset "utf-8";
body {background-image: url(image/back.gif); margin-left: 5%; margin-right: 5%;	font-family: Tahoma, Arial, san-serif;}
#logo {height:100px; width: 300px; position: absolute; left: 67%; top: 10px; }
h4 {text-align: right;	margin-top: 5%;}
a:link {color: #006}
a:visited {color: #06F}
a:hover {color: Purple}
img {display: inline-block; border: none}
.scale {transition: 1s}
.scale:hover {transform: scale(1.1)}
TABLE {border: none} 
.hr-shadow {margin:20px 0; padding:0; height:10px; border:none; border-top:1px solid #333; box-shadow:0 10px 10px -10px #8c8b8b inset;}

