CSS file

This file lists all the styles available in the file style.css, which is the cascading style sheet (CSS file) used by all the web pages on this web site, including articles. When you create or edit an article, the presentation of that article will be determined by the styles in this CSS file, unless you use font/layout overrides in the article itself.

Samples of what the various styles look like are given at the end of this file.

 BODY {
  scrollbar-arrow-color:black;
  scrollbar-track-color:E0F0F0;
  scrollbar-shadow-color:black;
  scrollbar-face-color:white;
  scrollbar-highlight-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-3dlight-color:black;
 }
/*  LINK ELEMENTS */
A 	{
		color: #00339a;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 7.000000pt;
		margin-bottom: 7.000000pt;
		font-size: 10.000000pt;
		font-weight: Regular;
		font-style: Regular;
		text-decoration: none;
		}
A:hover
		{
		color: #00339a;
		background: transparent;
		text-decoration: underline;
		}
A.Xref 	{
		color: #00339a;
		text-decoration: none;
		font-size: 8.000000pt;
		}
A.XRef:hover
		{
		color: #00339a;
		background: transparent;
		text-decoration: underline;
		font-size: 8.000000pt;
		}
/*    BODY ELEMENTS */
P {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 7.000000pt;
	margin-bottom: 7.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 10.000000pt;
	font-weight: Regular;
	font-style: Regular;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
P.caption {
	text-align: center;
	font-style: Italic;
	color: #00339a;
}
P.form {
	line-height: 12pt;
}
P.tiny {
	font-size: 4.000000pt;
	line-height: 100%;
}
P.small {
	font-size: 8.000000pt;
	margin-right: 4.000000pt;
	margin-left: 4.000000pt;
	font-style: Italic;
}
P.Indent {
	margin-left: 6.000000pt;
}
P.NoSpace {
	margin-top: 0.000000pt;
	margin-bottom: 0.000000pt;
}
P.NoCookie {
	color: silver;
	margin-left: 4.000000pt;
	}
/* LIST ELEMENTS */
Li {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 7.000000pt;
	margin-bottom: 7.000000pt;
	margin-right: 5.000000pt;
	margin-left: 0.000000pt;
	font-size: 10.000000pt;
	font-weight: Regular;
	font-style: Regular;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}
/* HEADING ELEMENTS   */
H1 {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 0.000000pt;
	margin-bottom: 8.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 14.000000pt;
	font-weight: regular;
	font-style: regular;
	color: #00339a;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H1.NoBottom {
	margin-bottom: 0.000000pt;
	font-size: 20.000000pt;
}
H2 {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 16.000000pt;
	margin-bottom: 8.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 12.000000pt;
	font-weight: regular;
	font-style: regular;
	color: #00339a;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H2.NoSpace {
	margin-bottom: -10.000000pt;
}
H3 {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 12.000000pt;
	margin-bottom: 8.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 10.000000pt;
	font-weight: normal;
	font-style: Regular;
	color: black;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:   #f4f4ff;
}
H4 {
	text-align: left;
	text-indent: 0.000000pt;
	margin-top: 8.000000pt;
	margin-bottom: 2.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 10.000000pt;
	font-weight: normal;
	font-style: Regular;
	color: #00339a;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:   white;
}
H5 {
	text-align: center;
	text-indent: 0.000000pt;
	margin-top: 12.000000pt;
	margin-bottom: 8.000000pt;
	margin-right: 0.000000pt;
	margin-left: 0.000000pt;
	font-size: 9.000000pt;
	font-weight: regular;
	font-style: Regular;
	color: white;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:   #cc0000;
	padding: 2pt;
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
}
/*    TABLE ELEMENTS */
TD {
	font-size: 10.000000pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

This is what the main styles look like:

This is a heading 1 <h1>...</h1>

This is a heading 2 <h2>...</h2>

This is a heading 3 <h3>...</h3>

This is a heading 4 <h4>...</h4>

This is a heading 5 <h5>...</h5>

This is a paragraph <p>...</p>