/* font size and margin properties */

BODY, TABLE, TD, H1, H2, H3, P, SPAN, DIV, UL, LI{ font-family: verdana; font-size: 12px; }
H1              { font-family: verdana; font-size: 1.5em;color:#34297c }
H2              { font-family: verdana; font-size: 1.25em; }
H3              { font-family: verdana; font-size: 1.17em; }

/* bold properties */
H1, H2, H3, H4,H5, H6, TH, B, STRONG	{ font-weight: bolder }

/* other properties */
EM				{ font-style: italic }
U		        { text-decoration: underline }
CODE		    { font-family: monospace }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .9em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
HR              { border: 1px inset }
OL, UL	        { margin-left: 20px }
OL              { list-style-type: decimal }
OL UL, UL OL, UL UL, OL OL	{ margin-top: 0; margin-bottom: 0 }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* link properties */
A				{ color: 000000 }
A:ACTIVE		{ text-decoration: underline; color: 000000 }
A:LINK			{ text-decoration: underline; color: 0000ff }
A:VISITED       { text-decoration: underline; color: cc9900 }
A:HOVER         { text-decoration: none; color: 000000 }
A:FOCUS         { text-decoration: none; outline: thin dotted invert; color: 000000 }

/* class properties */
.breadcrumb     { font-size: .83em; line-height: 2em }
.firstp:first-letter	{ font-size: 2em; margin-left: -.1em }
.small 	{font-size: 10px }
.white	{ color: white; }
A.white	{ color: white; }
A.white:hover{ color: white;text-decoration:none; }