/* rednet Website Styles. Created sept 2009, Caroline Murphy
  

/* basic design rules */


body{
	
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color: #d6df20;
		scrollbar-arrow-color: #d6df20;
		scrollbar-3dlight-color: #d6df20;
		scrollbar-darkshadow-color: #d6df20;

	
	
}


p,h1,h2,h3,h4 , table{
	margin-top:0px;
	margin-bottom:1em;
	
}
h1,h2,h3,h4{
	margin-left:0px;
}
p, td , li{
	font-size:110%;
}

h1{	font-size:200%;
	color:#000000;
	margin-left:20px;
	margin-top:3px;
}
h2{
	font-size:160%;
}
h3{
	font-size:140%;
}
h4{
	font-size:120%;
	margin-left:20px;
}

a {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#ffffff;
	text-decoration: underline;
}


#footer{
font-weight: bold;


}



