body {
           margin-left: 3%;
           margin-top: 0%;
           font-size: 100%;
           background-color: #F1F2F5;
           line-height: 1.5;
           font-family: Arial;
}

h1 {
       font-size: 150%;
       font-weight: bold;
       color: #006633;
       font-family: Verdana;
       
}

h2 {
       font-size: 120%;
       font-weight: bold;
       color: #339933;
}

h3 {
       font-size: 100%;
       font-weight: bold;
       color: #000000;
}
 
 dt  {
       font-size: 105%;
       font-weight: bold;
       color: #339933;
}

.author {
              font-weight: bold;
              color: #000000;
}

.date {
    font-size: 75%;
	color: #006633;
}

.fade {
   font-weight: bold;
    font-size: 94%;
	color: #999999;
}

.kaption {
       font-size: 90%;
      color: #000000;
}

.filename {
        font-size: 90%;
        color: #000000; 
}

b {
     font-size: 105%;
}

strong {
             font-size: 105%;
}

a:link {
	text-decoration: underline;
	color: #0000ff;
}
a:visited {
	text-decoration: underline;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #00ccff;
}
a:active {
	text-decoration: underline;
	color: #ff0000;
}


