BODY {
		font-size: 11pt;
		background: #FFCCFF;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 13pt;
		color: #800080;
		text-align: center;
		
}
H2 {
		font-size: 12pt;
		color: #800080;
}

P {
		text-align: justify;
}

TABLE {
		background: #FFFFFF;
		font-size: 11pt;
}

TD {
		font-size: 11pt;
}
DT {
		font-weight: bold;
		color: #800080;
}

A{
	text-decoration : none;
	
	}

a:hover{
	color: #000080;
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}
	
A:LINK {
		color: #45674F;
}

A:VISITED {
		color: #800080;

}


