/* generic */

body {
	position: relative; 
	background: #999999; /* the grey surrounding area */ 
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 600px;
	} 


P 	{
	font-family: sans-serif;
	font-size: 90%;
	text-align: left;
	}


	
h1	{
	font-family: georgia, times, serif;
	font-size: 140%;
	font-weight: bold;
	text-align: center; 
	color: #851F7B; 
	line-height: 160%;
	letter-spacing: 0.2em; 
	padding-top: 20px;
	}

	
h3	{
	font-family: georgia, times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #851F7B;
	text-align: center;
	line-height: 300%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
	}

h4	{
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #3333FF;
	text-align: center;
	line-height: 100%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
	}	

h5	{
	font-family: sans-serif;
	font-size:70%;
	font-weight: bold;
	color: #3333FF;
	text-align: center;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
	}	
	
p.act {
	font-family: sans-serif;
	font-size: 120%;
	color: #FF6633;
	text-align: right;
	line-height: 150%;
	letter-spacing: 1px;
	margin-bottom: 0px;
	}	
	
p.contact {
	text-align: right;
	}

p.abn {
	font-family: sans-serif
	text-align: left;
	font-size: 80%;
	color: black;
	font-weight: bold;
	}


p.list	{
	font-family: georgia, times, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #3333FF;
	/* line-height: 120%; */
	text-indent: -15px;
	}
	
.big_letter {
/* 	float: left;
	font-size: 40px;
	line-height: 30px;
	padding-top: 5px; */
	color:#851F7B;
	font-size: 120%;
	font-weight: bold;
	}
	
/* para styles for back.html */


P.right {
	font-size: 70%;
	text-align: right;
	}
P.left {
	font-size: 70%;
	text-align: left;
	}

/* para styles for stata */

P.program {
	color: #3333FX;
 	padding-left: 50px; 
	padding-right: 50px;
	}

P.plinks {
	font-size: 90%; 
	line-height: 100%; 
	padding-left: 70px; 
	padding-right: 70px;
	}

P.date {
	font-size: 90%; 
	font-style: italic;
	text-align: right;
	line-height: 100%; 
	padding-left: 70px; 
	padding-right: 70px;
	}
	
/* para styles for php */

p.filelist	{
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #3333FF;
	/* line-height: 120%; */
	text-indent: 15px;
	}
	
/* div styles */	


div#links {
	font: 80% Verdana, sans-serif; 
	padding: 10px; 
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width:600px;
	}
	
div#links a { 
	display: inline; 
	text-align: center; 
	font: bold 1em sans-serif;
	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0;
	text-decoration: none; 
	color: #FFC; 
	/* background: #FF6633; */
	background: #851F7B;
	border-right: 5px solid #505050;
	border-bottom: 5px solid #505050;
	}
	
div#links a:hover {
	color: black; 
	background: #CCCCCC;
	border-right: 5px double white;
	}

div#links a span {
	display: none;
	}
	

div#content {
	background-image: url(WebBackdrop4.jpg);
	padding: 10px; 
   	border: solid 3px #444; 
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width:600px;
	}
	
	
div#content p {
	margin: 0 1em 1em;
	}

div#content h3 {
	margin-bottom: 0.25em;
	}

	
div#content a:link {
	color: blue;
	}
	
div#content a:visited {
	color: green;
	}
	
div#content a:link:hover	{
	color: red;
	}
	
div#content a:visited:hover {
	color: red;
	}
	
code, pre {
	color: #EDC; 
	font: 110% monospace;
	}

