/* Styles for css-week6 pages; created 10/12/03.*/

body     {font-family: Arial, Helvetica, sans-serif;
               background-image: url(images/wk6bg.gif);
                background-repeat: repeat-x;
                background-color: #FFFFFF;
                margin: 75px 40px 30px 30px;
	border-width: thin;
                border-style:  dashed;
                padding: 20px;
                color: #0000FF;
             	   }
/* I choose dashed instead of dotted for the border style*/


h1          {font-family: serif, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
                text-align: center;
	font-weight: bold;
                margin: 10px 10px 
                 }
h2           {font-family: Arial, Helvetica, sans-serif;
                 font-size: 1em;
                 color: #FF0000;
	 font-weight: bold;              
	 text-decoration: underline;
	   }
div,p           {font-family: Arail, Helvetica, sans-serif;
                      font-size: 10pt;
                    }    
img         {padding: 0px 20px 0px 0px;
	 height: 71px; width: 133px;
	 border: 0px;
                 }
em          {color: #990099;
                 font-weight: bold;
                 text-decoration: underline;
                   }

p em         {color: #CC0066;
                   }
/*Class Selectors */


.hd1         {font-size: .7em;
                   }
.hd2         {font-size: .65em;  
                 text-decoration: underline;
                    }
#red         {color: #FF0000;
                    }
.ind          {text-indent: 20px;
                  line-height: 1.5em;
                   }
.sm          {font-size: .7em;
                  font-variant: small-caps;
                    }          
.bp          {padding-left: 10px;
	  border: 2px solid Red;
	  border-bottom-width: 0;
	  border-left-width: 2px;
	  border-right-width: 0;
	  border-top-width: 0;
                     }
.it            {font-style: italic;
	 color: #9D4B00;
	 font-weight: bold;
                    }
.it2             {font-style: italic;
	 color: #CC0066;
	 font-weight: bold;
                   }
.pad           {padding: 0px 20px;
                    }
/*-boxes--*/

.boxblgr     {background-color: #9CAAB8;
                    border-style:  double;
                    border-color: #0406FF;
	    color: #000000;
	    text-decoration: none; 
	    padding: 10px; 
	      }
.outbox     {background-color: #FFDAB9; 
                    border: thin solid;
	    border-color: #000000;
	    margin-left: 60px; 
	    padding: 30px 25px 30px 35px;
                     }
.inbox       {background-color: #DEA16A;
	  border-color: #9D4B00;
	  border: thin; border: solid;
	  margin-right: 10%;
	  margin-left: 9%;
	  padding: 15px 15px 0px 25px;
                    }

/*-links--*/

a:link            {color: #0000FF;
                      background-color: transparent;
	      Font-size: .7em;
                      font-variant: small-caps;
                      font-weight: bolder;
                         } 
a:active       {color: #FFFFCC;
                      font-size: .7em;
                       font-variant: small-caps;
                       font-weight: bolder;
                        } 
a:hover        {color: #FFDAB9;
                      background-color: #CC9900;
                      font-size: 1em;
                      font-weight: bold; 
                      font-variant: small-caps; 
                       }
a:visited       {color: #333399;
                      font-size: .7em;
                      font-variant: small-caps;
                      font-weight: bolder;
                        }