/**************************************************/
/* CSS for the Course Mini-Cases                  */
/* Author: Tony Grimes; http://www.tonygrimes.com */
/* Created: Jan 13, 2005                          */
/**************************************************/

/*****************************************************/
/*****************************************************/
/*                 Global Styles                     */
/*****************************************************/
/*****************************************************/


/*****************************************************/
/*                    General                        */
/*****************************************************/

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body {
	background: #fff;
	}
	
h1 ,h2 ,h3 ,h4 ,h5 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 160%; 
	font-weight: bold; 
	color: #369}

h2 {
	font-size: 200%; 
	}
h3 { 
	font-size: 100%; 
	}
h4 {
	font-size: 100%; 
	}

h5 {  
	font-size: 90%;
	}

a:link, a:visited {
	color: #00e;
	}
span.show-hide {
	font-size: 90%;
	font-weight: normal;
	}
#q-and-a li div {
	border: 1px solid #aaa;
	background: #eee;
	padding: 10px;
	margin: 1em 5em 1em 2em;
	}
#footer {
	padding-top: 10px;
	font-size: 95%;
	border-top: 1px solid #000;
	}