﻿  /*all document*/
  
  body {margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #000000;
        text-decoration:none;
        font-family:verdana,arial; color: #000000; font-style:normal; font-variant:normal; font-weight:normal;
        background-color:#33CCCC}  /* medium faded cyan R:51 G:204 B:204 */
  
  table.b3green{border-width:3px;
                border-spacing:50px;
                border-style:solid;
                border-color:#000000;
                border-collapse:collapse;
                background-color:#99FF99}   /* table with border width of 3 and green fill */
                
  .margin_5px {
    margin: 5px;
}
  .center_text {
	text-align: center;
}
  .blackbox {
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: .1em;
	line-height: 1.1em;
}
  .yellowbox {
	border-style: double;
	border-width: thick;
	padding: 15px;
	background-color: yellow;
	color: #000000;
	letter-spacing: .1em;
	line-height: 1.1em;
	text-align: left;
}

  /* hyperlink properties*/
  a{color:#000000; text-decoration:underline;font-size:12pt}
  a:visited{color: #000000}  
  a:hover {font-weight:bold}
     
  a.smallprint{font-size:8pt}  /* used for photo credit */
  
  a.homebar {color: #000000; font-size:12pt; text-decoration:none; font-weight:bold}
  a.homebar:visited{color: #000000}
  a.homebar:hover {color:#99FF99}     /* pale dull green */

  a.bar {color: #000000; text-decoration:none;font-size:10pt; font-weight:bold}
  a.bar:visited{color: #000000}
  a.bar:hover {color:#99FF99}         /* pale dull green */

  a.link{color:#000000; text-decoration:underline;font-size:14pt}   /* used for non-navigation links */
  a.link:visited{color: #000000}
  a.link:hover {font-weight:bold}

  a.small{color:#000000; text-decoration:underline;font-size:10pt}  /* used for credit link */
  a.small:visited{color: #000000}
  a.small:hover {font-weight:bold}
 
  img.photo{float:left;
            margin-right: 10px;
            margin-bottom: 10px}
  
  p{color:#000000;
    text-decoration:none;
    text-align:left}
      
  p.big{font-size:14pt}  /* used for credit link */

  p.small{color:#000000; text-decoration:none;font-size:10pt}  /* used for credit link */
  div.smallprint{font-size:8pt}  /* used for photo credit */
  
  /*heading properties*/
  h3 {text-align:center}                  
  h2 {text-align:center}                  
  h1 {text-align:center}                  /* centered titles  */
  h6 {text-align:left}                    
  h5 {text-align:left}                    
  h4 {text-align:left}                    /* left-justified titles  */
  h1{font-size:36pt}
  h2{font-size:18pt}
  h3{font-size:12pt}
  h4{font-size:18pt}
  h5{font-size:14pt}
  
    ul.red {
	list-style-type: disc;
	color: red;
}

  hr.green{color: #99FF99;}
  table.b3black{padding:50px;
                border-style:solid;
                border-color:#000000;
                border-collapse:collapse;
                background-color:#000000;
                color: #99FF99;}   /* table with border width of 3 and black fill */
  #b3black a{color: #99FF99;}