body {
	margin: 0px;
	background-color: #fff;
	text-shadow: 0 0 1px #ddd;
}

div, table {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #fff;
}

.menubar {
	color: #888;
	font-weight:normal;
	background-image:url('img/image2.jpg');
	background-repeat:no-repeat;
}

.menubar_on {
	color: #376;
	font-weight:bold;
}

.title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 50px;
}

.paragraph {
	color: #fff;
	font-weight: normal;
	margin: 50px;
}

a:link, a:visited { color: #fff; text-decoration: none; font-weight : bold;}
a:hover { color: #ea4; text-decoration: none; font-weight : bold;}

.menubar a:link { color: #888; text-decoration: none; font-weight : normal;}
.menubar a:visited { color: #888; text-decoration: none; font-weight : normal;}
.menubar a:hover { color: #376; text-decoration: none; font-weight : normal;}

.menubar_on a:link { color: #376; text-decoration: none; font-weight : bold;}
.menubar_on a:visited { color: #376; text-decoration: none; font-weight : bold;}
.menubar_on a:hover { color: #376; text-decoration: none; font-weight : bold;}

.copyright {
	color: #999;
	font-size: 8px;
}

