/* Ken's style sheet for JT Studios.  */  
/*This style sheet sets up the basic formating for all the pages on the site. */

  body {
  	   background-color:#FFFFD4;
	   font-family:georgia, "times new roman", times, serif;
	   font-size:14px;
	   color:#661100;	  
  	    }
a:link, a:visited {
	 		 	  			font-size:14px;
	 		 	 		   	text-decoration:underline;
						   font-variant:small-caps;
						   color:#990000;
						   font-weight:700;    
							}
a:hover {
	 		 font-size:14px;
			 text-decoration:underline;
			 font-variant:small-caps;
			 color:#FF0000;
			 font-weight:700; 
	 		  }
#nav {
	 height:35px;
	 text-align:center;
	  }
#nav a:link, #nav a:visited {
	 		 	  			font-size:12px;
	 		 	 		   	text-decoration:underline;
						   font-variant:small-caps;
						   color:#990000;
						   font-weight:700;    
							}
#nav a:hover {
	 		 font-size:12px;
			 text-decoration:underline;
			 font-variant:small-caps;
			 color:#FF0000;
			 font-weight:700; 
	 		  }
#footer {
		background-color:#402708;
		font-size:9px;
		color:#FFFFFF;
	    text-align:center;
		 }
#footer a:link, #footer a:visited {
	 		 	  			text-decoration:underline;
							font-size:9px;
						    color:#FFCC00;
						   font-weight:700;    
							}
#footer a:hover {
	 		 text-decoration:underline;
			 font-size:9px;
			 color:#FF6600;
			 font-weight:700; 
		  }


