body, td {
	margin: 0%;
	font-family: verdana;
	font-size: 12px;
}

h3 {
	font-family: verdana;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}

.top {
	height: 120px;
	background-color: #EEB8F4;
}

.menu {
	background-color: #EEB8F4;
	width: 15%;
	padding-top: 50px;
	font-family: verdana;
	font-size: 10px;
}

.m_title {
	color: red;
	font-size: 13;
	font-weight: bolder;
	text-indent: 24;
	text-decoration: underline;
	padding-bottom: 10px;
}

a:link.menulink {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

a:active.menulink {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:visited.menulink {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover.menulink {
	font-family: verdana;
	font-size: 11px;
	color: #1E13F7;
	text-decoration: underline;
}
.main {

}