/* style.css - style for Dan's Web Tips pages */
/* $Id: style.css,v 1.00 1997/07/13 15:00:00 ckd Exp $ */

/* Try to stick to the "standard 16" color names:
   aqua, black, blue, fuchsia, gray, green, lime, maroon,
   navy, olive, purple, red, silver, teal, white, and yellow */


BODY {
	background: white;
	color: black;
	margin-left: 10%;
	margin-right: 10%;
}

TABLE.fullwidth {
  width: 100%;
}

H1, H2, H3, H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: navy;
}

H1 {
	text-align: center;
}

H2 {
	text-align: center;
}

H3 {
	text-align: left;
        margin-left: 6%;
}

H4 {
	text-align: left;
        margin-left: 8%;
}

HR { color: silver; 
}

CODE { color: green;
       font-weight: 600;
}       

SAMP { color: red;
       font-weight: 600;
}       

A:link {
	color: blue; }
A:visited {
	color: purple;}
A:hover {
	color: fuchsia;}
A:active {
	background: yellow;
	color: red; }

UL {
        margin-bottom: 1em;
}


OL {
        margin-bottom: 1em;
}

