/* 08/10/11 ratwell.com/technical CSS */

body { background-color:#213D89; } /* was #333333; } */

/* font family */

h1,h2,h3,h4,h5,h6,p,li,a,th, td
{ 
	font-family: Arial, Calibri, Verdana, sans-serif;
}

/* font size */

h3,h6 { font-size: medium; }
/* h3 a { font-size: medium; } */
h4 { font-size: small; }

p { font-size: small; }
li { font-size: small; }
a,th,td { font-size: small; }

/* font color */

h1,h2,h3,h5,h6,code,li {
	color: white;
}
h4 { color: yellow; }

p,li,a,th,td { 
	color: silver;
}

/* li, th */
i, pre { 
	color: white;
}

h3 a { color: white; }
li p { color: white; }

.hilited {color: yellow; }

/* link decorations */

a:link { color: white; }
a:visited { color: white; }
a:active { color: silver; }
a:hover { color: yellow; }

/* inline audio */

audio {
	width: 250px;
	height:26px;
}