body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS",verdana,trebuchet,sans-serif;
}
td {
	font-size: 12px;
	font-family: "Trebuchet MS",verdana,trebuchet,sans-serif;
}
a {
	color: #080;
	font-weight: normal;
	text-decoration: none;
}
a:active { color: #020; }

.main {
	width: 550px;
	background-color: #fff;
	padding: 12px;
	border: 3px solid #008;
}

.navbar {
	padding-right: 10px;
}
.navbar p {
	background-color: #efe;
	border: 1px solid #373;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 5px;
}
.navbar a {
	color: #040;
	font-weight: bold;
	text-decoration: none;
}
.navbar p:active {
	background-color: #8f8;
	border: 1px solid #232;
}
.navbar a:active {
	color: #010;
}

.navbar_selected p {
	margin-top: 0px;
	margin-bottom: 12px;
	background-color: #cfc;
	border: 1px solid #373;
}
.navbar_selected a {
	color: #040;
	font-weight: bold;
	text-decoration: none;
}

/*.navbar_selected p {
	background-color: #eef2fa;
	border: 1px solid #346;
}
.navbar_selected a {
	color: #013;
	font-weight: bold;
	text-decoration: none;
}
.navbar_selected a:active { color: #00040c; }*/

/*.navbar_selected p {
	background-color: #eef;
	border: 1px solid #334;
}
.navbar_selected a {
	color: #004;
	font-weight: bold;
	text-decoration: none;
}
.navbar_selected a:active { color: #001; }*/

.navbar_important p {
	background-color: #eef;
	border: 1px solid #337;
}
.navbar_important a {
	color: #004;
	font-weight: bold;
	text-decoration: none;
}
.navbar_important a:active { color: #001; }

.googleads {
	padding-left: 10px;
}

.footer {
	padding: 10px;
	font-size: 10px;
	font-family: "Trebuchet MS",verdana,trebuchet,sans-serif;
}
.footer a {
	color: #040;
	text-decoration: none;
}
.footer a:active { color: #010; }

h1 {
	color: #040;
	font-size: 24px;
	font-family: "Trebuchet MS",trebuchet,sans-serif;
	font-weight: bold;
}

h2 {
	color: #008;
	font-size: 16px;
	font-family: arial,trebuchet,sans-serif;
	font-weight: bold;
}

h3 {
	color: #008;
	font-size: 14px;
	font-family: arial,trebuchet,sans-serif;
	font-weight: bold;
}

h4 {
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS",verdana,trebuchet,sans-serif;;
	font-weight: bold;
}
h4 a {
	color: #080;
	font-weight: bold;
	text-decoration: none;
}
h4 a:active { color: #020; }

.html_code {
	color: #800;
	font-family: "Courier", "Courier New";
	font-weight: normal;
}

.html_code_block {
	border: 1px dashed #000;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #800;
	font-family: "Courier", "Courier New";
	font-weight: normal;
}

.html_code_identifier {
	color: #448;
	font-family: "Courier", "Courier New";
	font-weight: normal;
}

.html_sample {
	font-family: "Arial";
	border: 1px solid #888;
	background-color: #eee;
	padding: 4px;
}

.highlight {
	background-color: #ffc;
	color: #000;
	text-decoration: underline;
}

.small {
	font-size: 10px;
	font-family: arial;
}
