BODY {
		font-size: 11pt;
		background: #66cccc;
		font-family : Arial, SanSerif;
}
H1 {
		font-size: 13pt;
		color: #000080;
		text-align: center;
		
}
H2 {
		font-size: 12pt;
		color: #000088;
		text-align : center;
}

H3 {
		font-size: 11pt;
		color: #000088;
}
P {
		text-align: justify;
}

TABLE {
		background: #FFFFFF;
		font-size: 11pt;
}

TD {
		font-size: 11pt;
}
DT {
		color: #000088;
}

A{
	text-decoration : none;
	
	}

a:hover{
	color: #000080;
	font-family: Arial, SanSerif;
	text-decoration: underline;
	}
	
A:LINK {
		color: ##0000FF;
}

A:VISITED {
		color: #000088;

}

