@charset "UTF-8";
body, div, h1, h2,
a, table, li, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
*.left {
	float: left;
}

body {
	background-color :#f8f8e0;
	padding : 10px;
}
h1 {
	font-size: 20px;
}
img {
   margin: 10px;
}
table.sample1 {
	table-layout:fixed;
	width: 100%;
	border-collapse: collapse;
    margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
table,th,td {
	border: 1px solid #cc3333;
	padding: 5px;
	width:60%, 40%;
}
th.col1 {
	width: 60%;
	background-color: rgb(247, 233, 186);
}

th.col2 {
	width: 40%;
	background-color: rgb(247, 233, 186);
}
tr.row1 {
	margin-top: 2px;
}

table.sample2 {
	table-layout:fixed;
	width: 100%;
	border-collapse: collapse;
    margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
table,th,td {
	border: 1px solid #cc3333;
	padding: 5px;
	width:30%,35%,35%;
}
th.col3 {
	width: 30%;
	background-color: rgb(247, 233, 186);
}
th.col4 {
	width: 35%;
	background-color: rgb(247, 233, 186);
}
th.col5 {
	width: 35%;
	background-color: rgb(247, 233, 186);
}

tr.row1 {
	margin-top: 2px;
}
caption {
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
}