body {

margin: 0px;
padding: 0px;
font-family:courier, courier new, monospace;
font-size: 10px;

background-color: #E1E0EE;
color: #222;

}

.top {
margin-left: 6%;
margin-top: 10px;
padding: 0px;
width: 600px;
height: 299px;
border-top: 1px solid #222;
border-right: 1px solid #633;
border-left: 1px solid #633;
background: #E1E0DD url("images/proflow_jpn.gif") no-repeat;

}

.menu {
margin-left: 6%;

padding: 0px;
width: 600px;
position: relative;
border-top: 1px solid #633;
border-right: 1px solid #633;
border-left: 1px solid #633;
color: #444;
background:  #E1E0DD url("images/proflow_jpn_fade.gif") no-repeat;
font-family:courier, courier new, monospace;
font-size: 11px;
line-height: 15px;


}

.divider {
border-top: 1px solid #633;
}

a:link {
line-height:9px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	background-color: #633;
	color: #ddd;
	text-decoration: none;
	
}