/* general styles */
div.insidetext2 {
	margin-top: 1%; 
	margin-bottom: 1%; 
	margin-left: 0.5%;  
	margin-right: 0.5%; 
}

div.insidetext {
	margin-top: 5%; 
	margin-bottom: 5%; 
	margin-left: 2%;  
	margin-right: 7%; 
}

div.bullettext {
	margin-top: 2%; 
	margin-bottom: 2%; 
	margin-left: 5%;  
	margin-right: 10%; 
}

body {
	color: #333333;
	background-color: #FFFFFF;
}


a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	color: #333333;
}

