
 A:FOCUS,A:ACTIVE, A:VISITED, A:LINK{
	text-decoration : underline;
	color : black;
	font-weight : bold;
}

A:hover {
	text-decoration : underline;
	color : #003366;
	font-weight : bold;
	}
BODY {
	font-family : Arial;
	font-style : normal;
	margin-bottom : 20px;
	margin-left : 20px;
	text-decoration : none;
	vertical-align : top;
	text-align : justify;
	background-color : #FfFFFF;
	border : none;
	
}

TABLE {
	background-color : #FFFFFF;
	width : 800px;
	height : 600;
	vertical-align : top;
	text-align : justify;
	border : none;
	}

TD {
	text-align : justify;
	vertical-align : top;
		}

#size {
	font-size : 10pt;
}
#big {font-size : 12pt}
#button {text-decoration : none}
#b1 {background-color : #66ccff}
td.w1 {
	width : 250px; padding : 20px 20px 0px 20px;
}
td.padding {
	padding : 20px 20px 0px 20px;
}