/********************************************
   AUTHOR:  			Micky Riley 
	DATE:					Feb-2008     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */

body {
	background: #000066;
	font: 90%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333333;
	text-align: left;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #000066; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #FF0000;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #000066;
}
h2 {
	font-size: 150%;
	color: #000066;
	font-weight: normal;
}
h3 {
	font-size: 105%;	 
	color: #000066;
}




/********************************************
   LAYOUT
********************************************/ 


/* Footer */	
.footer {
	color: #C6DDEE;
	font-size: 90%;	
}

.button_links{
	color: #666666;
		font-size: 70%;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.date{
	color: #666666;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}


.example {
	font-family: Verdana;
	padding: 0.5em;
	border: 1px dotted #CCCCCC;
	background-color: #ECECEC;
	overflow: auto;
}