﻿/* CSS Document */

body {
	margin: 20px 25px 20px 25px;
	font-size: 0.88em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	line-height: 1.4em;
}
.codestyle {
	font-family: "Courier New", Courier, monospace;
	color: #0000FF;
	font-weight: bold;
	font-size: small;
}
.demo {
	font-family: monospace;
	font-weight: normal;
	font-size: 110%;
	margin: 2em;
	padding: 2em;
	border: 1px solid gray;
	color: navy;
}

p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
h1 {
	margin: 0em 0em 1em 0em;
	font-size: 1.7em; /* 24px divided by 14px */
	;
	line-height: 0.75em; /* 18px divided by 24px */
}
h2 {
	margin: 0em 0em .9em 0em;
	font-size: 1.5em; /* 20px */
	;
	line-height: 0.9em;
}
h3 {
	margin: 0em 0em .6em 0em;
	font-size: 1.25em;
	line-height: 1.125em;
}
h4 {
	font-size: 1em;
}

.points {
	color: #FF0000;
	font-size: .88em;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
}
.code

{
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	color: navy;

}
li {
	padding-bottom: 5px;
	padding-top: 5px;
}
.personalist li {padding-bottom: 0px;
	padding-top: 0px;
}
address {
	text-align: right;
	font-size: .9em;
	}.banner {
	color: #F00;
	font-weight: bold;
}
#header {
	background-color: #690;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 10px;
	margin-right: -10px;
	margin-left: -10px;
	color: #FFF;
	margin-bottom: 10px;
}

.main {
	color: #090;
	font-weight: bold;
}
#menu {
	background-color: #069;
	padding: 6px;
}
#menu a:link {
	color: #FFF;
	font-weight: bold;
}
#menu a:visited {
	color: #FFF;
	font-weight: bold;
}
#menu a:active {
	color: #FFF;
	font-weight: bold;
}
#menu a:hover {
	color:#FF3;
	font-weight: bold;
}

.top {
	font-size: 0.8em;
	color:#999;
	text-align: center;
	border-bottom:solid #999 1px;
}

.top a:link {
	color: #999;
	text-decoration: none;
}
.top a:visited {
	color: #999;
		text-decoration: none;
}
.top a:active {
	color: #999;
	text-decoration: none;	
}
.top a:hover {
	color:#999;
	text-decoration: none;	
}
.info {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	border-top: 1px solid #333;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	margin-top: 50px;
	background-color: #eee;
}
