﻿body {
	background-image: url('flowermat.jpg');
	font-family: "Cordia New";
	font-size: 20px;
	color: #008000;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: red;
}

h1 {
	font-family: Angsana New;
	color: #CC6600;
	font-size: 28px;
	font-weight: normal;
	text-align:center;
}

h2 {
	font-family:"Cordia New";
	color: #CC6600;
	font-size: 20px;
	font-weight: normal;
	white-space:nowrap;
	margin: 0;
}

h3 {
	font-family: Cordia New;
	color: #008000;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-family: Cordia New;
	color: #008000;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:4px;
	padding-bottom:2px;
	text-align:center;
}

h5 {
	font-family: Cordia New;
	color: #008000;
	font-size: 18px;
	font-weight: normal;
	text-align:left;
	margin: 0;
}

table {
	width:100%;
}

td {
	vertical-align:top;
}

#tb1 {
	width: 500px;
	margin:20px auto 20px auto;
	text-align:left;
}

#img_pvflower{
	border-style: ridge;
	border-width: 6px;
	border-color: #f3ceac;
}

#ads {
	width:200px;
	text-align:center;
}

#menu {
	width:180px;
	padding-right:10px;
}

.menu {
	width:auto;
	background-color:#E4EFEC;
	margin-top: 0;
	margin-left: 0;
	color: #008000;
}
	
.menu a:link {
	text-decoration: none;
	color: blue;
	padding-left:24px;
	margin-left:6px
}

.menu a:visited {
	text-decoration: none;
	color: purple;
	padding-left:24px;
	margin-left:6px
}

.menu a:hover {
	text-decoration: underline;
	color: red;
	background-image:url('f_on.gif');
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:6px
}

.red {
				color:red;
}



