.head	{
		font-size : 200%;
		font-family : "Times New Roman";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.head-plus	{
		font-size : 300%;
		font-family : "Times New Roman";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.sub-head	{
		font-size : 150%;
		font-family : "Times New Roman";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}
.small-head	{
		font-size : 80%;
		font-family : "Times New Roman";
		font-weight : bold;
		font-style : normal;
		color : #000000;
}


A  {
	color : #0000FF;
}

A:Visited  {
	color : #008000;
}

A:Active  {
	color : green;
}

A:Hover  {
	color : #C00000;
}


.cursor	{
	cursor : ne-resize;
}	


	



