BODY
{
	margin-left : 10%;
	margin-right : 10%;
	background : #fff;
	color : #000;
}

H1
{
	font-size : 30px;
	font-variant : small-caps;
	text-align : center;
}

H2
{
	font-size : 18px;
	font-variant : small-caps;
	text-align : center;
}

P
{
	text-align : justify;
	font-family : sans-serif;
	font-size : 13px;
}

BLOCKQUOTE
{
	text-align : justify;
	font-family : sans-serif;
	font-size : 13px;
}

P.drop
{
	text-align : justify;
	font-family : sans-serif;
	font-size : 13px;
}

P.drop:first-letter
{
	font-size : 300%;
	float : left;
}

TABLE.border
{
	border-style : solid;
	border-width : 3px;
	border-color : #000;
}

TH
{
	background : #000;
	color : #fff;
	font-weight : normal;
	text-align : left;
}

TD.disabled
{
	color : #999;
}

A
{
	color : #00f;
	text-decoration : none;
}

A:visited
{
	color : #f00;
	text-decoration : none;
}
A:hover
{
	text-decoration : underline;
}

A.side
{
	color : #000;
	text-decoration : none;
}

A.side:visited
{
	color : #000;
	text-decoration : none;
}
A.side:hover
{
	color : #00f;
	text-decoration : none;
}

