﻿.javascript
   .comment
     {
     color: green;
     font-weight: normal; 
     }
     
.javascript
   .keyword
     {
     color: blue;
     font-weight: bold; 
     }

.javascript
  .string
    {
    color: brown;
    font-weight: normal; 
    }




