* { margin : 0 ; padding : 0 ; }
body { width : 90% ; }
#my_body {
	margin: 0px auto 0px 50px;
	width: 95%;
	background-color: white;
}
#my_header {
	width: 100%;
	height: 80px;
	background-color: navy;
}
#my_footer {
	width: 100%;
	clear: both;
}
#my_navigation {
	float: left;
	width: 150px;
	margin-left: 5px;
	background-color: silver;
}
#my_contents {
	margin-left: 10px;
	width: 100%;
}

a:hover {
position: relative;
top: 1px;
left: 1px;
color:#FF0000;
text-decoration: none;
} 

.Td1 {
	width: 130px;
	height: 30px;
	color: black;
	background-color: white;
	font-size: 110%;
}
.style1 {color: #FFFFFF}
