.clickMe {
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 11px;
	font-style: normal;
}

.o {
   color: #F26522;
}

.bold {
   font-weight: bold;
}

.alertgreen {
   font-weight: bold;
   color: green;
}

.greenRed {
   cursor:pointer;
   color:green;
}

.greenRed:hover{
   color:red;
}