	body
	{
		background: #FAF7FE;
		font-family: Comic Sans MS;
	}

	/*styles for logo*/
	@font-face
	{
		font-family: logo_font;
		src: url(Tangerine_Bold.ttf);
	}
	
	#spanish_logo
	{
		font-family: logo_font;
		font-size: 200%;
	}
	
	#spanish_logo::first-letter 
	{ 
	    font-size: 150%;
	    color: #003098;
	}
	/***************************************/
	/*styles for navigation bar page*/
	ul
	{
		padding: 0px;
		background-color:#476BB5;
		list-style: none;
	}
	
	ul li
	{
		display: inline-block;
		position: relative;
		line-height: 15px;
	}
	
	 ul li a
	{
	    display: block;
	    padding: 8px 25px;
	    color: #333;
	    text-decoration: none;
	}
	
	ul li a:hover{
		color: #fff;
		background: #939393;
	    }
	ul li ul.dropdown
	{
		width: 165px; 
	    background: #5983AC;
	    display: none;
	    position: absolute;
	    z-index: 999;
	    left: 0;
	}
	
	ul li:hover ul.dropdown
	{
		display: block; 
	}
	 
	ul li ul.dropdown li
	{
		display: block;
	}
	
	
	
	a:link
	{
		color: white;
	}
	
	a:visited
	{
		color: white;
	}
	
	a:hover
	{
		font-weight: bold;
	}
	
	/********************************/
	/* styles for home page*/
	table, tbody, tfoot, thead, tr, th, td{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: top;
		background: transparent;
	}
	#home_para1
	{
		border: solid;
		width: 90%;
		font-size: 1.1em;
		background-color: #C2C2FF;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
		padding-right: 10px;
		padding-left:10px;
	}
	
	#home_para2
	{
		border: solid;
		width: 70%;
		font-size: 112%;
		background-color: #C2C2FF;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
		padding-right: 10px;
		padding-left:10px;
	}
	
	#home_para5
	{
		border: solid;
		width: 70%;
		font-size: 112%;
		background-color: #cc99ff;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
		padding-right: 10px;
		padding-left:10px;
	}
	
	#home_para3
	{
		border: solid;
		width: 70%;
		font-size: 121%;
		background-color: #C2C2FF;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
		padding-right: 10px;
		padding-left:10px;
	}
	
	#home_para4
	{
		border-top-style: solid;
		border-bottom-style: solid;
		width: 50%;
		font-size: 122%;
		position: relative;
		padding-top: 20px;
		padding-bottom:20px;
	}
	
	#home_pic2
	{
		padding_top: 10px;
		padding_botton: 10px;
		width:auto; 
		height:auto;
	}

	
	/*#home_pic1
	{
		position: absolute;
		left:1%;
	}*/

	
	
	/*#home_pic4
	{
		position: absolute;
		right: 1%;
	}*/
	/************************************/
	/*styles for testimonials page*/
	
	#test_para1
	{
		border: solid;
		width: 50%;
		font-size: 90%;
		background-color: #C2C2FF;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
	}
	
	/************************************/
	/*style for fundamentals page*/
	#fund_para1
	{
		border: solid;
		width: 90%;
		font-size: 1em;
		background-color: #C2C2FF;
		position: static;
		padding-top: 10px;
		padding-bottom:10px;
	}
	
	
	#fund_small_font
	{
		font-size: 90%;
	}
	/********************************/
	/*styles for books page*/
	
	/****************************/
	/*styles for classes page*/
	#classes_para1
	{
		border: solid black;
		font-size: 112%;
		background: #C2C2FF;
		width: 60%;
	}
	
	#ud_cmenu
	{
		list-style-type: none;
		width: 300px;
		border: solid black;
		
	}
	
	#li_cmenu
	{
		list-style-type: none;
		display: block;
	}
