@import url(cd_extended.css);

body {
	margin:0px;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	background: white;
}

H1, H2, H3, H4 {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	color : #FA3;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-align: right;
}



ul, p {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
}
img {
	border:0px;
}

p.caption {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.7em;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: Gray;
	font-weight: 500;
}

#header {
	width:100%;
	height: 80px;
}

#body {
	width: auto;
	background: white;
}

#article {
	width: 40%;
	background: #FFE7B3;
	border: silver solid thin;
	float: right;
	padding: 5px;
}

#article p {
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
}

pre {
	color : Maroon;
	background : ButtonFace;
	font-size: large;
}

.declare {
	font-weight: 800;
	color: Highlight
}

code {
	color: Maroon;
}

a {
	color : #660000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}