.code {
	font-family: monospace;
	font-size: 11pt;
	white-space: pre;
}

table caption { 
width:580px;
margin-left:auto;
margin-right:auto;
text-align:justify;
}

table { 
margin-left:auto;
margin-right:auto;}

body { 
text-align:justify;
width:850px;
padding:15px;
padding-top:5px;
font-family: helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #000;
	margin: 10px auto;
}

a {
	text-decoration: none;
	background: none repeat;
	color: #3333CC;
}

a:hover {
	text-decoration: none;
	background: transparent;
	color: #000066;
}

h1>a {
color: #000066;
}

h2>a {
color: #000066;
}

h3>a {
color: #000066;
}

h4>a {
color: #000066;
}

h5>a {
color: #000066;
}

hr+a {
color: #000066;
}

div+a {
color: #000066;
}

dt+a {
color: #000066;
}


dt>a {
color: #000066;
}

dt>a+a {
color: #3333CC;
}


/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{text-align:left; color: #000066; }
H2		{text-align:left;  color: #000066;}
H3		{text-align:left;  color: #000066;}
H4		{text-align:left;  color: #000066;}
H5		{text-align:left;  color: #000066;}

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
SPAN.bfseries		{   }
DIV.center		{   }
DIV.flushright		{   }
DIV.large		{   }
DIV.footnotesize		{   }
SPAN.sc		{   }
DIV.Large		{   }
DIV.small		{   }
DIV.quote		{   }
SPAN.itshape		{   }
SPAN.it		{   }
SPAN.Roman		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }
SPAN.textbf		{ font-weight: bold  }

