/* www.dancha.com stylesheet */
/* Author: Dan Charlson <dan[]dancha.com> */
/* Created: 2001-Dec-09 or so */
/* Last Updated: 2016-05-03 */

/*  BODY = default paragraph font */

/* body 		{background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }  */

* {font-family: Arial, Helvetica, sans-serif}

hr {color: black; background-color: black; border: 1px solid}

dt, dd {font-size: 80%;}

.updated {font-size: 70%;}
.quote {font-size: 80%; font-style: italic;}

.highlight {background-color: yellow; color: black; border: 1px yellow;}

.whiteBG {background-color: #FFFFFF;}

.boxed {border-width: thin; border-style: solid;}

.emphasis {font-weight: bold;}

.italicized {font-style: italic;}

/* .owned */
.ownedorig {font-style: italic;}
.notyetowned {font-style: italic; color: red;}
.highlysought {font-style: underline; color: red;}
.won-ordered {color: blue;}
.neverpublished {color: gray;}

.small {font-size: 80%;}
.smaller {font-size: 70%;}
.smallest {font-size: 60%;}

.right {float: right;}

.w3icon {border: 0; width: 88px; height: 31px ; vertical-align: text-top;}

.emp_name {font-weight: bold; font-size: 100%;}
.emp_loc {font-style: italic; font-size: 80%;}
.emp_group {font-style: italic; font-size: 80%;}
.emp_date {font-size: 80%;}
.emp_note {font-size: 70%;}
.job_title {font-weight: bold; font-size: 90%}

.color_dkgray {color: #A9A9A9;}

/*  HYPERLINKS */

a:link		{color: black;}
a:active	{color: gray;}	/* consider "yellow" */
a:visited	{color: #A9A9A9;}	/* this is "dark gray" */
/* a:hover		{text-decoration: overline;} */

table {
    border-collapse: collapse;
}

