/* Preset */
body {
	font-family: Verdana;
	font-size: 8pt;
	background-color: #bdab8c;
	margin: 0px 0px 0px 0px;
}

a:link {
    background: transparent;
    text-decoration: none;
    color: #0099FF;
}
a:visited {
    background: transparent;
    text-decoration: none;
    color: #666666;
}
a:hover {
    background: transparent;
    text-decoration: underline;
    color: red;
}
a:active {
    background: transparent;
    text-decoration: none;
    color: #0099FF;
}



/* Using Class */
.Content {
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-align: justify;
	padding: 0px 10px 0px 10px;
}

.Title {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #663300;
	text-align: justify;
	padding: 5px 10px 5px 10px;
}

.PopularDish {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

.DrinksTitle {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

.DrinksContents {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #663300;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

.TilapiaContents {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: #663300;
	text-align: justify;
	padding: 5px 10px 5px 10px;
}

table.table01 {
	font-size: 8pt;
	font-family: Verdana;
	color: black;
	text-align: justify;
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}

table.table01 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}

table.table01 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 8px 1px 8px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}


/* Using ID */
#Table01 {
}

.TableHeader01 {
	font-family: Verdana,Verdana,Arial;
	font-weight:bold;
	font-size:8pt;
	background-color:#C0C0C0;
	padding: 5px 5px 5px 5px;
}

.TableContain01 {
	font-family: Verdana,Verdana,Arial;
	font-size:8pt;
	padding: 7px 0px 5px 0px;
}

.ListBullet {
	list-style-type: square;
	margin-top: 3;
	margin-bottom: 3;
}