html {
	height:100%;
}
body {
	margin: 0;
	padding:20px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	color:#000000;
	width:700px;
}

#content {
	width:700px;
}

.title {
	width:600px;
	font-size: 12px;
	font-weight:bold;
}

.menu {
	font-size: 11px;
	font-weight:normal;
	text-align:right;
}

a:visited, a:link, a:hover {
	color:#0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding-top:20px;
}