
/* dbwf1.css default style sheet from 11-12-2004 */
/* need by 11-12-2004 to re-check the floater - To be basis of a Basic HTML Element Style */
/* Establish that there is an underlining of variable height under all headings relevant to their sizing, see model re H1 */
/* Revised 11-12-2004  and also need a template .dwt for dbwf */
/* last inspected 6-1-2009 */
code         { font-family: Georgia, Times New Roman; serif; font-size: 12pt; color: #000000; line-height:130% serif }

/* Below relates to Body*/


BODY {
    margin: 3%;
    FONT-FAMILY: Georgia, Times New Roman;
    serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    border: 1px #000000 solid;
    COLOR: #000000;
    background-color: #FFFFFF;
  }

/* p - instructions for */


P {
    STYLE: color;
    text-indent: 9px;
    : #000000;
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 12pt;
    text-indent: 9pt;
  }

/* p instructions */

p { text-indent: 5pt }
pre {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF;
    line-height:130%;
  }


h1 {
    font-family;
    Georgia, Times New Roman;
    serif;
    font-size: 18pt;
    font-weight;
    bold;
    color: #000000;
    background-color: #FFFFFF;
    margin: 1px;
    color: #000000;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    letter-spacing: 2px;
    font-style: bold;
    border-bottom: 8px #00FF99 solid;
  }

/* For  h2 */

h2 {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 14pt;
    font-weight: bold;
    font-style;
    bold;
    color: #000000;
    margin-top: 21pt;
    background-color: #FFFFFF;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: .5%;
    text-align: right;
    padding-bottom: .5%;
    border-bottom: 8px #FF9933 solid;
    margin: 1px;
  }


h3 {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    margin-top: 18pt;
    background-color: #FFFFFF;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: .5%;
    text-align: right;
    padding-bottom: .5%;
    margin: 1px;
    border-bottom: 6px #FF9933 solid;
  }


h4 {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    margin-top: 15pt;
    background-color: #FFFFFF;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: .5%;
    text-align: right;
    padding-bottom: .5%;
    margin: 1px;
    border-bottom: 5px #FF9933 solid;
  }


h5 {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    margin-top: 10pt;
    background-color: #FFFFFF;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: .5%;
    text-align: right;
    padding-bottom: .5%;
    font-size: 1.4em;
    margin: 1px;
    border-bottom: 4px #FF9933 solid;
  }


li {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 10pt;
    line-height: 130%;
    margin-bottom: 5pt;
  }


th {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 10pt;
    line-height: 130%;
    font-weight: bold;
    background-color: #FF9933;
  }


td {
    font-family: Georgia, Times new Roman;
    serif;
    font-size: 10pt;
    line-height: 130%;
    border: #FF33CC;
  }


tr {
    font-family: Georgia, Times new Roman;
    serif;
    font-size: 10pt;
    line-height: 130%;
    border: #009900;
    background-color: #FFCC33;
    background-position: center;
  }


.descr {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 7pt;
    line-height: 130%;
    font-style: italic;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: #FFCC33;
  }


span.descr {
    font-family: Georgia, Times New Roman;
    serif;
    font-size: 14pt;
    line-height: 130%;
    font-style:italic;
  }


body {
    background-color: #FFFFFF;
    font: 11px/16px Georgia, Times New Roman, serif;
  }


p.printhighlight {
    background-color: #CC3333;
  }


address img {
    float: right;
    border-style: none;
  }


address {
    float: right;
  }

/* This trick below of 4-10-2003 is from Mark Newhouse */



div.float {
    float: right;
  }


div. float p {
    text-align: center;
  }

/* now try to remodel re SPAN from DW CSS on 2-12-2004 - goes ok*/


span {
    border: medium groove #FFCC00;
  }


span.descr {
    font-family: Times New Roman;
    font-size: 8 pt;
    font-style: italics;
  }

/*  Ends revision of dbwf1.css for danbyrnes.com.au*/