body {
	font:		small/1.5em "Georgia", "Times New Roman", "Calibri", sans-serif;
	color: 		silver;
}

h1, h2 {
	font-weight: 	normal;
	border-bottom: 	thin dotted #888888;
}

h1 {
	color:		green;
	border-bottom:	1px solid black;
	font-size:	170%;
}

h2 {
	color:		gray;
	font-size:	130%;
}

p, em {
	font-weight:	lighter;
}

p {
	color:		blue;
}

em {
	font-family: 	serif;
}

blockquote {
	font-style: 	italic;
}

#right {
	border:		thin solid white;
	width:		400px;

	padding:	0px 20px;

	text-align:	justify;
}

#right h1 {
	color:		black;
}

a:link {
	color:		black;
}

a:visited {
	color:		blue;
}

a:hover {
	color:		gray;
}

a:active {
	color:		silver;
}

a:focus {
	color:		green;
}