/*  	
--------------------------------------------------------------
stylesheet.css for Children's Alliance course: CWCBS
-------------------------------------------------------------- */

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	/*font-size: 12px; */
	font-size: 0.9em;
	color: #000;
}

h1 {
	/* Huge titles */
	font-weight: bold;
	font-size: 1.8em;
	color: #000;
}

h2 {
	/* Page titles */
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
	margin: 2px;
}
	
h3 {
	/* Headers */
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
	margin: 2px;
}
	


/* Default links  */

a:link { 
	font-weight: normal;
	color: #05A;
	text-decoration: underline; 
}

a:visited { 
	font-weight: normal;
	color: #05A;
	text-decoration: underline; 
}

a:hover	{ 
	font-weight: normal;
	color: #39F;
	text-decoration: underline;
}

a:active	{ 
	font-weight: normal;
	color: #05A; 
	text-decoration: none;
}