/* CSS Document */
/* stylesheet for mararch.com.au text version */

html {
	height:100%;
}	

body{
	background-color:#CCCCCC;
	height:100%;
	margin:0px;
	padding:0px;
	
}

p.headNote {
	border: 2px solid #FFFF99;
	margin: 25px;
	padding: 10px;
	background-color: #FFFFCC;
}

.swfcontent {
	height:100%;
}		

#result {
	margin: 25px;
	font: Arial, sans-serif;
	font-size: 12px;
}

#keywords {
	margin: 25px;
	font: Arial, sans-serif;
	font-size: 12px;
}

#flashcontent {
	height:100%;
}

h2 {
	font-weight:bold;
	font-size:18px;
	color:#CC0000;
}

h3 {
	font-weight: bold;
	color:#CC0000;
	font-size:18px;
}

a:link {
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
}

a:visited {
	color:#CC6600;
	font-size:16px;
	font-weight:bold;
}

a:hover {
	color:#CC3300;
	font-size:16px;
	font-weight:bold;
}

a:active {
	color:#CC6600;
	font-size:16px;
	font-weight:bold;
}
	


