A:link { color: #0000FF;

         text-decoration: none }

A:visited { color: #0000FF;

         text-decoration: none }

A:active { color: #FF0000;

         text-decoration: none }

A:hover { color: #FF0000;

         text-decoration: none 
	}
BODY{
	margin: 0;
	padding: 0;
	background-color:white;
	}
CAPTION {
	color: blue; 
	}
LABEL {
	color: blue; 
	font-size: 12px; 
	}
H1 {
	color: blue; 
	font-size: 14px; 
	}
H2 {
	color: blue; 
	font-size: 14px; 
	}
P{
	background-color:white;
	}


UL {
	font: "Verdana, Arial" ;
	font-size: 14px;
	}
.prop {
    padding: 1px;
}
.prop .name {
    text-align: center;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: center;
    width: 85%;
}
