/* Common Body Attributes */
body 	{
	Color: #013; Background: none #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, Courier; 
	}

/* Anchors */
:link    {Color: #00C;
	background:transparent none;
	Text-Decoration:underline;
	Font-Weight:600;
	}
:visited {Color: #C00;
	background: transparent none;
	Text-Decoration:underline;
	Font-Weight:600;
	}
:active  {Color: #C0C;
	background: transparent none;
	Text-Decoration:underline;
	Font-Weight:600;
	}
:hover   {Color: #C70;
	background: transparent none;
	Text-Decoration:underline;
	Font-Weight:600;
}

/* Quotations and Citations */
Q        {Font-Style: Italic; Font-Weight: 200;}

/* Image Rendering */
IMG      {Border: none;}

/* Headings Common Attributes*/
H1, H2, H3, H4, H5, H6 
	{font-family: Verdana, Arial, Helvetica, Courier; 
	color: #000080;
	}

/* Rulers */
DL.result {
	Border-Bottom: 1px solid #AAA;
	}

/* Paragraph Stuff */
.description {
	Font-Family: Verdana, Arial, Serif; 
	Font-Size: 90%; 
	Text-Align: Justify;
	Margin-Left: 5%;
	Margin-Right: 5%;
	}
.filedata {
	Font-Family: Verdana, Arial, Serif; 
	Font-Weight: 900;
	Font-Size: 75%;
	}

/* Table Settings */
TABLE {
	Width: 90%;
	Text-Align: Center;
	}
CAPTION {
	Font-Size: 16pt; 
	Font-Family: Verdana, Arial, Serif;
	}
TH {
	Background-Color:#EEC; 
	Color: #220;
	}
TD.siding {
	Background-Color:#FFFFD7;
	}
.cool TABLE {
	Width: 98%; 
	Border: 4px ridge #F05; 
	Background-Color: #FFFAF0;
	}
.cool TD {
	Border-Bottom: 1px ridge #F05;
	Text-Align: Left;
    Font-Family: Verdana, Arial, Serif; 
	Font-Weight: 100;
	Font-Size: 12pt;
	}
.cool TH {
	Color: #555; 
	Background-Color: #EEE; 
	Font-Size: 115%; 
    Border-Bottom: 2px solid #555; 
	Text-Align: center; 
	Font-Family: Impact, Serif; 
	Font-Weight: 300; 
	Font-Size: 14pt;
	}
.debug {
	font-size: 85%;
	background-color: #FDD;
	}
	