/* File:  stylesheet.css
   Programmer:	Lynn Zhang  
*/
  p.title {
	font-family: arial;
	font-size: 16;
	color: rgb(57, 181, 74);
}
  p.content {
	font-family: verdana;
	font-size: 12;
	color: black;
}  
  a:link.navbar {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12; 
	color: rgb(25, 12, 99);
  }  /*for unvisited links */
  a:visited.navbar {
    text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
	color: rgb(25, 12, 99);
  } /* for visited links */
  a:active.navbar {
    text-decoration: none; 
	color: rgb(109, 101, 156) 
  } /* when link is clicked */
  a:hover.navbar { 
    text-decoration: none; 
	color: rgb(57, 181, 74) 
  } /* when mouse is over link */
  .navbar1 {
	font-family: arial;
    font-size: 12; 
	color: rgb(25, 12, 99);
  }  /*for unvisited links */
  .link {
    font-family: verdana;
    font-size: 12;
	color: Blue;
  }  
   .subtitle {
    font-family: verdana;
    font-size: 12;
	color: rgb(57, 181, 74);
  }  
  .ytitle {
    font-family: arial;
    font-size: 16;
	color: #026BC7;
  }
   .ysubtitle {
    font-family: verdana;
    font-size: 12;
	color: #026BC7;
  }  
  .caption {
    font-family: arial;
    font-size: 12;
	color: rgb(25, 12, 99);
  }  
  .dotcolor{
	color: #C8D9EE;
}
.footer{
    text-decoration: none;
	font-family: arial;
    font-size: 11; 
	color: rgb(25, 12, 99);
  }  /*for unvisited links */

  

