/* 
    Document   : main
    Created on : Apr 20, 2010, 3:43:26 PM
    Author     : malarvizhi_p
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a {
 text-decoration: none;
}

a:hover {
  color: #9206F2;
}

img {
  border: 0px;
}

