
/* ITD 110 - Tandy Wood - ePortfolio */
body {background-color: #ffffcc;   
      color: #330000;
      font-family: Arial, Verdana, sans-serif; }

h1 { background-color: #CCAA66;  
      color: #000000;
      line-height: 200%;
      font-family: Georgia, "Times New Roman", serif;
      text-align: center; }

h2 { background-color:  #CCAA66;
	color:  #000000;
        line-height: 200%;
        font-family: Georgia, "Times New Roman", serif;
        text-align: center; }

h3 { background-color:  #CCAA66;
	color:  #000000;
        line-height: 200%;
        font-family: Georgia, "Times New Roman", serif;
        text-align: center; }


a.nav:link { color: #FFFFFF;}
a.nav:visited { color: #FFFFFF; }
a.nav:hover {color: #CCAA66;
		background-color: #FFFFFF;
		border: 2px outset #CCAA66; }

.nav { border: 2px inset #CCAA66;
	padding: 3px 15px;
	font-family: Arial, Helvetica, sans-serf;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF
		text-align: center;
		text-decoration: none;
		background-color: #CCAA66;
		width: 100px;  }





/*Id selector example */
#footer { background-color: #CCAA66;
          color: #000000;
          font-size: .60em;
          font-style: italic; 
	  text-align: center; }



#wrapper { width: 700px;
	margin-left: auto;
	margin-right: auto; }