/* 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-family: Georgia, Garamond, Times, serif; font-size : xx-small text-align: justify }
SMALL.TINY		{ font-family: Georgia, Garamond, Times, serif; font-size : x-small; text-align: justify  }
SMALL.SCRIPTSIZE	{ font-family: Georgia, Garamond, Times, serif; font-size : smaller; text-align: justify }
SMALL.FOOTNOTESIZE	{ font-family: Georgia, Garamond, Times, serif; font-size : small; text-align: justify }

SMALL.SMALL {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: x-small;
}

BIG.LARGE		{  }
BIG.XLARGE		{ font-family: Georgia, Garamond, Times, serif; font-size : large    }
BIG.XXLARGE		{ font-family: Georgia, Garamond, Times, serif; font-size : x-large  }
BIG.HUGE		{ font-family: Georgia, Garamond, Times, serif; font-size : larger   }
BIG.XHUGE		{ font-family: Georgia, Garamond, Times, serif; font-size : xx-large }

/* heading styles */
H1		{  font-family: Verdana, Arial, Helvetica, sans-serif;}
H2		{  font-family: Verdana, Arial, Helvetica, sans-serif;}
H3		{  font-family: Verdana, Arial, Helvetica, sans-serif;}
H4		{  font-family: Verdana, Arial, Helvetica, sans-serif;}
H5		{  font-family: Verdana, Arial, Helvetica, sans-serif;}

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


/* document-specific styles come next */
DIV.navigation		{   }
SPAN.textbf		{ font-weight: bold  }
SPAN.arabic		{   }
SPAN.textit		{ 
font-style: italic;
font-family: Georgia, Garamond, Times, serif;
font-size: small;
}

body { background-image: url("/gfdd/img/bbg.png");
       background-repeat: no-repeat;
       background-position: 0px 0px;
       margin: 10%;
		 margin-top: 7%;
   }

P {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: normal;
}

div.footnote {
font-size: x-small;
font-family: Georgia, Garamond, Times, serif;
text-align: justify;
}

div.author_info {
font-size: medium;
font-weight: bold;
font-family: verdana, arial, sans-serif;
text-align: center;
}

div.ABSTRACT {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: x-small;
}

div.header {
font-size: x-small;
font-family: Georgia, Garamond, Times, serif;
}

div.copyright {
font-size: x-small;
font-family: Georgia, Garamond, Times, serif;
text-align: center;
}

div.quote{
font-size: x-small;
font-family: verdana, arial, sans-serif;
text-align: justify;
}

BLOCKQUOTE {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: x-small;
}

ul.ChildLinks {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: medium;
}

ul.tofC {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: medium;
}

ol {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: small;
}

ul {
text-align: justify;
font-family: Georgia, Garamond, Times, serif;
font-size: small;
}

div.rightquote {
font-size: x-small;
font-family: Georgia, Garamond, Times, serif;
text-align: right;
}


