

2007-01-22 15:37                    hello.css                     Page 1


    1	.declared{
    2	color: red;
    3	font-family: arial;
    4	font-weight: normal;
    5	font-size: 17px;
    6	}
    7	.programmed{
    8	color: blue;
    9	font-family: helvitica;
   10	font-weight: bold;
   11	font-size: 10px;
   12	}


















































