/* External style sheet for learning path
     
   Filename: stylesheet.css  f9d115 orange/yellow  #08a617; green   #f9d115; gold
*/

/*Body  background and font colors, font-family*/ 
body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:#FFFFFF;
	font-weight:normal;

  }
  
 .table1 {
	background-color:#e4be0d;
	border: 1px solid #fff;
}
.table2 {
	background-color:#46a29d;
}

p { font-size: 1.2em;
	 font-family:  verdana, Helvetica, sans-serif  ;   
	 color: #FFFfff ;
  }


h1, h2, h3 { 
		color: #ffffff;
		font-family:  verdana, Helvetica, sans-serif  ;
		font-style: oblique;
		
		}
 
img {
	border: 1px solid #fff;
}
	
/* top links*/
.toplinks {
color:  #08a617   ;
font-size: 2em;
font-family: verdana, Helvetica, sans-serif;
}	

a { 
  text-align: center;
  color: #FFF;
  font-style:italic;
  text-decoration: none
  }

/* Pseudoclass for Hover */
a:hover{
color: #0F9
}

.bold {
		font-weight: bold;
}
	
.footer {color: #90F;
		font-size: xx-small;
		font-style: italic;
		text-align: center;
		}
		
.center{
	  text-align: center
		}
	

	/* class for logo */
.logo {
	text-align: left;
	}
	
.indent
{text-indent: 30px;
text-align: left
}
.larger
{	font-size: 1.5em;}

