
  A:hover{color:red}
  #h {background-color: darkcyan;}
  #t {font-size: 16px;}
  #par {border: thin solid green;width: 350px; padding-left: 1em; padding-right: 1em}
  td { font-family: Verdana, Arial, sans-serif; font-size: 11 }
  #tll {color: white; font-weight: bold; }
  td.prob {color: black; font-weight: bold; background-color: #ddd }
  .stepfont { font-family: Verdana, Arial, sans-serif; font-size: 42; background-color: #555; margin: 6px; border: 1px solid #555; color: white }
  .steps { border: 1px solid #bbb; background-color: #eee; padding: 2px }
	

body {
background-color: white;
font-size: 12px;
margin: 6px;
}

h1 {
font-size: 32px;
margin: 2px;
}

a {
color: #44b;
}
a:visited {
    color: #333;
}

.standout {
margin: 8px;
}

table {
    border-style: none;
}
td, th {
    border-style: none;
    padding: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 1px;
text-align: left;
}
td {
    padding-bottom: 2px;
}
tr.table_header {
    background-color: black;
}
tr.table_header td {
color: white;
font-weight: bold;
padding: 3px;
}

table.spacedout {
border-spacing: 8px;
}
table.spacedout td, table.spacedout th {
padding: 4px;
}

tr.delineated {
border-bottom: 1px solid #555;
padding: 4px;
}
tr.delineated td, tr.delineated th {
padding: 4px;
}

td.flagtype {
font-weight: bold;
}

.lt_gray {
    background-color: #eee;
}
.gray {
    background-color: #ccc;
}

div.errorbox {
border: 3px dotted #f63;
background-color: #fdd;
margin: 6px;
font-size: 18px;
padding: 4px;
}

div.infobox {
border: 2px dotted #6f3;
background-color: #dfd;
margin: 6px;
font-size: 18px;
padding: 4px;
}

.subtle_gray, .subtle_gray a {
color: #ccc;
}

.blck a:link {
	color: #000;
}

.blck a:visited {
	color: #000;
}

.blck {
	color: #000;
}

.part {
	color: #000;
	font-size: 12
}

.adz {
	color: #555;
}

.infobox {
border: 2px dotted #aaa;
width: 800px;
margin: 6px;
padding: 4px;
}

.flag_pos {
background-color: #efe;
border: 1px solid #8c8;
color: black;
padding: 2px;
}

.flag_big_pos {
background-color: #cfc;
border: 1px solid #8c8;
color: black;
padding: 2px;
}

.flag_neg {
background-color: #fee;
border: 1px solid #c88;
color: black;
padding: 2px;
}

.flag_big_neg {
background-color: #fcc;
border: 1px solid #c88;
color: black;
padding: 2px;
}


/* CSS Tabs is licensed under Creative Commons Attribution 3.0 - http://creativecommons.org/licenses/by/3.0/ */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

